html {
background-color: #0F277F;
}

p{
background-color: #4FA4FF;
margin: 15px;
border-radius: 8px;
line-height: 1.2;
}
 
p.solid{
    border-style: solid;
    border-width: 8px;
    border-color: #0072C3;
}

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: 15px;
    padding: 10px;
}

.pagination {
    display: inline-block;
}

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

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

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