:root {
    background-color: #0F277F;
    color: black;
}

html {
background-color: #0F277F;
}

div {
    background-color: #3350A1;
}

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

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

body {
font-family: Eng;
}

.main {
    margin: 0 98px;
}

.sidenav {
    width:90px;
    margin:0 1px;
    position: fixed;
    z-index: 1;
    background-color: #4279D8;
    overflow-x: hidden;
    border-color: #074295;
    border-radius: 8px;
    border-width: 4.75px;
    border-color: #465AC2;
}

.sidenav a {
    float: center;
    text-align: center;
    padding: 15px 10px;
    font-size: 11px;
    font-weight: bold;
    display: block;
    border-style: solid;
    border-width: 4.75px;
    border-color: #465AC2;
}

.subnav {
    float: left;
    overflow-x: hidden;
    width: 90px;
}

.subnav .subnavbtn {
    border-style: solid;
    border-radius: 8px;
    border-width: 4.75px;
    border-color: #7447C7;
    font-size: 11px;
    text-align: center;
    color: #8E60DF;
    padding: 5px 10px;
    background-color: #CCB0FF;
    font-family: Eng;
    width: 100%;
}

.subnav .subnavbtn a {
    border-style: none;
    float: center;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
}

.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;
}


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

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

@font-face {
    font-family:Eng;
    src: url('https://spacetoonarchive.neocities.org/fonts/Inconsolata_SemiExpanded-SemiBold.ttf'), url('eng.tff');
}