html {
background-color: #0F277F;
}

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

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

body {
font-family: Alexandria;
}

.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: #2AAF98;
    float: left;
    font-weight: bold;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #2359CF;
    border-radius: 8px;
    border-width: 2px;
    border-color: #A9A6CD;
    margin: 5px;
    font-family: Stoon;
    }
    
.pagination a.active {
    color: gray;
}

h3 {
    font-family: Marhey;
    color: #66A8F8;
    text-shadow: 1px 2px 2px black, 2px 2px 3px blue;
    font-size: 30px;
}

@font-face {
    font-family:Alexandria;
    src: url('https://spacetoonarchive.neocities.org/fonts/Alexandria%E2%80%93500.ttf'),url('alexandria.tff');
	
@font-face {
    font-family:Marhey;
    src: url('https://spacetoonarchive.neocities.org/fonts/Marhey%E2%80%93500.ttf'),url('marhey.tff');