body, html {
    padding: 0;
    margin: 0;
    height: 77%;
    background-color: #0e0220;
    background-image: url(https://chiprevvington.neocities.org/images/nomnomnamisparkles.png);
    color: #5f02cac0;
    font-family: Verdana, Geneva, Tahoma, sans-serif, sans-serif;
    border-top: 6px dashed rgb(89, 26, 148);
    box-sizing: border-box;
}

.page h1:first-child {
    margin-top: 0;
}

iframe {
    border: none;
    height: 200%;
    width: 100%;
}

.page {
    background-color: rgb(236, 230, 247);
    padding: 24px;
    border: solid 3px rgb(89, 26, 148);
}

img {
    max-width: 100%;
}

a {
    color: rgb(149, 108, 245);
}

.avatar {
    width: 200px;
    height: 200px;
}

.wrapper {
    position: relative;
    top: 50%;
    margin: auto;
    margin-top: -200px;
    width: 850px;
    height: 400px;
}

.sidebar {
    float: left;
    width: 200px;
    height: 100%;
}

.main {
    float: left;
    width: 630px;
    height: 100%;
    
    box-sizing:content-box
}

.menu {
    padding: 24px;
    text-align: center;
}

.menu a {
    display: inline-block;
    padding: 3px 6px;
    color: rgb(166, 83, 214);
    margin-bottom: 6px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu a:hover {
    background: rgb(255, 255, 255);
    color: #000;
}

h1, h2, h3, h4 {
    color: rgb(175, 45, 201);
}

h1 {
    font-size: 20px;
    
    color: rgb(175, 45, 201);
    display: inline-block;
    padding: 1px;
   
}

h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    border-bottom: 1px dashed rgb(195, 91, 226);
    padding-bottom: 4px;
    margin-top: 2rem;
}

.border {
    padding: 2px;
    border: 1px solid rgb(183, 0, 255);
}

th, td {
    padding: 6px 12px;
    vertical-align: top;
}

th {
    background: yellow;
    color: black;
}

.width-50 {
    width: 50%;
}
  @font-face{
          font-family:'More Sugar Thin';
          src:url(https://files.catbox.moe/9b9kch.ttf);
  }

     @font-face{
          font-family:'Pixel Operator';
          src:url(https://files.catbox.moe/kyguk9.ttf);
}
