@font-face {
    font-family: 'Purple 3';
    src: url(Purple3Regular.woff);
}

body {
    background-color: #140c00;
}

* {
    box-sizing: border-box;
    scrollbar-color: #140c00 #fffee4;
}

.flexbox {display:flex;
align-items:flex-start;
width:100%;
flex-wrap:wrap;
justify-content:center;
gap:30px;}

.sideflex {display:flex;
width:500px;
align-items:start;
flex-wrap:wrap;
justify-content:center;
gap:30px;
}

.drhalloween {
    color: #291303;
    padding: 25px 25px 25px 30px;
    background-color: #f6dc98;
    border-image-source: url(https://divergentrays.com/images/Halloween/hallcheckbg.jpg);
    border-image-repeat: round;
    border-image-slice: 32;
    border-image-width: 20px;
    width: 550px;
}

.frankendiv {
    width: 600px;
    padding: 10px;
    background-image: url("https://notprincehamlet.neocities.org/halloween/frankendiv/wp_mottled_062.jpg");
    border-style: double;
    border-color: black;
    border-width: 6px;

}

.frankendiv img {max-width:100%;}

.frankendivm>p>img {
    vertical-align: middle;
}

.frankendivm {
    border-style: solid;
    border-width: 5px;
    border-image: repeating-linear-gradient(to right, ivory, #ff5018, #fff59c) 1;
    background-color: #161118;
    color: #fff59c;
    font-family: Courier, monospace;
    font-weight: 600;
    text-align: center;
    height: auto;
    width: 275px;
    padding: 12px;
}

#beastiesdiv {color:#fffee4;
text-align:center;
font-family:'Comic Sans MS', sans-serif;
font-size:18pt;}

#beastiesdiv img {max-width:90%;
transform:rotate(10deg);}

.credits {background-color:#fffee4;
font-family:'Purple 3';
width:fit-content;
padding:20px;
margin:auto;
margin-top:50px;
font-size:16pt;
margin-bottom:10px;}

a {
    color: #ac2323;
    text-decoration: underline dashed 1px;
    transition: .5s;


}

a:hover {
    text-shadow: 0px 0px 30px #140c00;
}

.backbutton {margin:auto;
width:fit-content;}