html {
    background-image:url(BackgroundImages/TiledBackgrounds/redweavebg.gif);
    background-size:initial;
    font-family: courier new;
}

@font-face {
    font-family: Foxlite;
    src: url(Fonts/FoxliteScript.ttf);
}

.Garedologo {
    text-align:center
}

.GLogo {
    font-family:Foxlite;
    font-size:100px;
    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;
}

#Doris {
    margin:3px;
    background-color:#c21e56;
    border:outset#c21e56,5px;
    width: 250px;
    height:400px;
}

.DorisTitle {
    text-align: center;
}

#Hibiki {
    margin:3px;
    background-color:#b22222;
    border:outset,#b22222,5px;
    width:250px;
    height:400px;
}

.HibikiTitle {
    text-align: center;
}

#Jane {
    margin:3px;
    background-color: #000080;
    border:outset,#000080,5px;
    width:250px;
    height:400px;
}

.JaneTitle {
    text-align: center;
    color:azure;
}

.JaneBio {
    color:azure;
}

#Connor {
    margin:3px;
    background-color: #c8a55a;
    border:outset,#c8a55a,5px;
    width:250px;
    height:400px;
}

.ConnorTitle {
    text-align: center;
}