html {
background-color: #0F277F;
}

p{
background-color: #FFF2B8;
margin: 15px;
border-radius: 8px;
line-height: 1.2;
font-size: 15.5px;
}

p.solid{
    border-style: solid;
    border-width: 8px;
    border-color: #B17E21;
}

p.ridge{
    background-color: #A653FF;
    margin: 15px;
    line-height: 1.2;
    font-size: 40.5px;
    border-radius: 12px;
    border-style: ridge;
    border-width: 8px;
    border-color: #9542B8;
}

body {
font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    overflow: hidden;
    background: #A9A6CD;
    border-radius: 8px;
    border-color: #A9A6CD;
}

.topnav a {
    float: center;
    color: #f2f2f2;
    text-align: center;
    padding: 18px 30px;
    margin: 18px;
    font-size: 16px;
    font-weight: bold;
    background-color: #4DB2FE;
    border-radius: 8px;
}

.topnav a:hover {
    background: #C04DFF;
    color: black;
}

.topnav a:active {
    background: #7924A7;
    color: black;
} 

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.left {
    float: left;
    margin: 3px;
    padding: 5.5px;
}

.right {
    float: right;
    margin: 3px;
    padding: 5.5px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: #B17E21;
    float: left;
    font-weight: bold;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #FFF2B8;
    border-radius: 8px;
    border-width: 2px;
    border-color: #A9A6CD;
    margin: 5px;
    font-family: Stoon;
    }
    
.pagination a.active {
    color: gray;
}

.paginationtranslation {
    display: inline-block;
}

.paginationtranslation a {
    color: white;
    float: right;
    font-weight: bold;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #7755FF;
    border-radius: 8px;
    border-width: 2px;
    border-color: #A9A6CD;
    margin: 5px;
    font-family: Stoon;
    }
    
h1 {
    font-weight: Bold;
    font-size: 40px;
}

h3 {
    font-family: Stoon;
    color: #D87DFF;
    text-shadow: 1px 2px 2px black, 2px 2px 3px purple;
    font-size: 30px;
}

    h2 {
    background-color: #46FF65;
    border-color: #007D19;
    border-left-style: solid;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
    border-width: 2.7px;
    font-size: 12.25px;
}

@font-face {
    font-family:Stoon;
    src: url('https://spacetoonarchive.neocities.org/fonts/Electro%20Bazar%20Italic.ttf'), url('stoon.tff');
}