html {
    scroll-padding-top: 1.75rem;
}

body {
    font-family: 'kosugi maru';
    color: whitesmoke;
    background: #97AA8A;
    background-image: url('https://00s.neocities.org/ocs/rejects/rjbg.png');
    background-size: cover;
}

.navbar {
    position: sticky;
    top: 0;

}

.nav {
    overflow: hidden;
    background-color: #000000;
    border: 1px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nav a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;

}


.nav a:hover,
.dropdown:hover .dropbtn {
    background-color: #97AA89;
    color: black;
}



.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


.dropdown-content a {
    float: none;
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}


.dropdown-content a:hover {
    background-color: #B0BBA9;
    color: black;
}


.dropdown:hover .dropdown-content {
    display: block;
}

h3 {
    font-variant: small-caps;
    font-size: 22px;
    font-style: italic;
    color: rgb(151, 151, 151);
}

.main {
    background-color: rgb(0, 0, 0);
    font-size: 20px;
    width: 1400px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box {
    padding: 15px;
    margin: 5px;
}

#azzy h3 {
    color: #946695;
}

#kal h3 {
    color: #8A0100;
}

#toast h3 {
    color: #4B762D;
}

#today h3 {
    color: #709CE9;
}

.box a,
.box a:visited {
    color: #97AA8A;
    text-decoration: none;
}

.box a:hover {
    color: rgb(151, 151, 151);
}

.chara {
    height: 600px;
    padding: 30px;
    font-size: 22px;
}

.chara h3 {
    font-size: 35px;
    letter-spacing: 5px;
}

.chara h4 {
    font-variant: small-caps;
    font-size: 22px;
    font-style: italic;
    letter-spacing: 5px;
    margin: 10px;
    color: antiquewhite;
}

.chara p {
    margin: 5px;
}

.chara img {
    float: right;
    height: 650px;
}

.infobox {
    height: 325px;
    overflow: auto;
    padding: 10px;
    margin: 5px;
    border: 1px solid whitesmoke;
    border-radius: 5px;
    line-height: 25px;
    width: 900px;
}

#side p {
    font-size: 20px;
}

#side {
    padding: 0px;
}

.gallery img {
    height: 200px;
}

figure {
    display: inline-block;
    margin: 0px;
}