@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Rajdhani:wght@500&display=swap');


body {
    margin: 0;
    background-color: #EFEFED;
    font-family: 'Rajdhani', sans-serif;
    font-size: 19px;
    height: 100%;


}

#topnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, .75);
}

#topnav p {
    margin:.1em;
}
#topnav a{
    padding:0 1em;
}


header {
    background-image: url('../img/header.jpg');
    background-size: 100%;
    height: 250px;
}

header h1 {
    line-height: 100%;
    margin: 0;
    padding: 0;
}

figure {
    padding: 0;
    margin: 0;
    width: fit-content;
}

figcaption {
    text-align: center;
}

img {
    border: 0;
}

.imgicon {
    vertical-align: middle;
    height: 48px;
    border-radius: 100px;
}



main {
    margin: 0 auto;
    max-width: 1100px;
    text-align: left;
}

main div {
    padding: 40px;
}


.spoiler {
    color: #efefed;
    background-color: black;
}

.center {
    text-align: center;
}

.small {
    font-size: .8em;
}

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

a {
    color: darkblue;

}

a:hover {
    color: white;
    background-color: darkblue;
    text-decoration: none;
}

.stop-scroll {
    margin-right: 17px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

h2 {
    border-bottom: 1px solid black;
}

.bgwhite:hover {
    background-color: transparent;
}

#sheet {
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    border: 1px solid #999;
    border-radius: 10px;
}
