body {
    background-color: #BBDDFF;
    color:  #0022AA;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 40px;
}  
.allan-regular {
    font-family: "Allan", serif;
    font-weight: 400;
    font-style: normal;
}

.allan-bold {
    font-family: "Allan", serif;
    font-weight: 700;
    font-style: normal;
}
.bgimg {
    z-index: -1;
    width: auto;
    max-height: 100%;
    position: fixed;
    right: 0px;
}
h1 {
    font-family: "Allan", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    color: #8899FF;
    font-size: 4em;
    text-shadow: 3px 3px #0022FF;
}
h2 {
    font-family: "Allan", serif;
    font-weight: 700;
    font-style: normal;
    color: #8899FF;
    line-height: 20px;
    font-size: 1.5em;
    text-shadow: 2px 2px #0022FF;
}
h3 {
    font-family: "Allan", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 10px;
    font-size: 1.5em;
}
.nsfwbutton {
    display: block;
    padding: 10px;
    margin: auto;
    margin-bottom: 10px;
    width: 200px;
    background-color: #FF0000;
    color: #BBDDFF;
    text-align: center;
    font-family: "Allan", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
}
.sfwbutton {
    display: block;
    padding: 10px;
    margin: auto;
    width: 200px;
    background-color: #00AA00;
    color: #BBDDFF;
    text-align: center;
    font-family: "Allan", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
}
.button {
    display: inline-block;
    padding: 10px;
    margin: auto;
    width: 200px;
    background-color: #0022AA;
    color: #BBDDFF;
    text-align: center;
    font-family: "Allan", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
}
.return-button {
    display: inline-block;
    padding: 2px;
    border-radius: 10px;
    margin: 10px;
    width: 200px;
    background-color: #AACCFF;
    color: #0022AA;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
}
.icon {
    max-width: 40px;
    max-height: 40px;
    margin: 20px;
}

img {
    max-width: 100%;
}
@media only screen and (max-width: 800px) {
    .content{
        width: 100%
    }
}
@media only screen and (min-width: 801px) {
    .content{
        width:50%;
    }
}

p, ul, li {
    background-color: #AACCFF;
    font-weight: 300;
}