html {
background-color: #5C9014;
}

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

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

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

.topnav {
    overflow: hidden;
    background: #42583F;
    border-radius: 1px;
    border-color: #304A0B;
}

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

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

.pagination {
    display:inline-block;
}

.pagination a{
    color: #ff1616;
    float: left;
    font-weight: bold;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #ff676a;
    border-radius: 12px;
    border-width: 2px;
    border-color: #e23338;
    margin: 5px;
    font-family: Stoon;
}
    
h3 {
    font-family: Stoon;
    color: #ff6161;
    text-shadow: 1px 2px 2px black, 2px 2px 3px red;
    font-size: 30px;
}

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