html {
    background-image:url(BackgroundImages/TiledBackgrounds/roses%202.gif);
    background-size:initial;
    font-family: postnuclear;
}

p {
    font-family: courier new;
}

@font-face {
    font-family: postnuclear;
    src: url(Fonts/postnuclear2.ttf);
}

.Dorislogo {
    text-align:center
}

.DLogo {
    font-size:80px;
    margin-bottom:-10;
    background-color: crimson;
    margin-left:48px;
    margin-right:48px;
}

.subtitle {
    text-align:center;
    background-color: antiquewhite;
    margin-left:49px;
    margin-right:49px;
}

#About {
    background-image:url(BackgroundImages/TiledBackgrounds/stucco%202.jpg);
    margin-left:195px;
    margin-right:195px;
}

.general1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:25px;
}

#Chara1 {
    margin:3px;
    background-color:#c21e56;
    border:outset,#c21e56,5px;
    width: 250px;
    height:150px;
}

.Chara2 {
    text-align: center;
}

#Chapters1 {
    margin:3px;
    background-color:#c21e56;
    border:outset,#c21e56,5px;
    width: 250px;
    height:150px;
}

.Chapters2 {
    text-align: center;
}

/* Cast Page */

.CastLogo {
    height:100px;
    text-align: center;
    background-color: #c21e56;
    margin-left:490;
    margin-right:490;
}

.DorisParent {
    border-width: 10px;
    border-style: solid;
    border-image: url("Borders/DorisBorder.png") 7 fill round;
    width:300px;
    height:50px;
}

.DorisName {
    text-align: center;
    margin:-45
}

#DorisBio {
    display: flex;
    padding-top: 45px;
    width:600px;

}

.placeholder {
    height:600px
}

.AboutDoris {
    padding:6px;
    background-color: #c21e56;
}