html {
background-color: #0F277F;
}

h2 {
    background-color: #AF87FF; 
    border-color: #5227CA;
    border-left-style: solid;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none;
    border-width: 2.7px;
    font-size: 12.25px;
}

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

p.solid{
    border-style: solid;
    border-width: 8px;
    border-color: #B17E21;
    border-radius: 12px;
}
 
 @font-face {
    font-family:Stoon;
    src: url('https://spacetoonarchive.neocities.org/fonts/Electro%20Bazar%20Italic.ttf'), url('stoon.tff');
}

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

.left {
    float: left;
    margin: 1px;
    padding: 2px;
}

.right {
    float: right;
    margin: 1px;
    padding: 2px;
}

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

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