* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: 'OpenDyslexic';
  src: url('/media/font/OpenDyslexic.eot'); /* IE9 Compat Modes */
  src: url('/media/font/OpenDyslexic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/media/font/OpenDyslexic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/media/font/OpenDyslexic.woff') format('woff'), /* Pretty Modern Browsers */
       url('/media/font/OpenDyslexic.ttf')  format('truetype'), /* Safari, Android, iOS */
}


#topnav {
    background-image: linear-gradient(#6e6c3f, #233f46);
    overflow: hidden;
    font-family: OpenDyslexic;
    font-weight: bold;
    height: 49px;
    object-fit: fill;
    transition: top 0.3s;
    position: fixed;
    top: 0;
    width: 100%;
}

#topnav a {
    float: left;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;

}
#topnav a.plasma {
    background-image: linear-gradient(#889be1, #643ea5);
}
#topnav a.shadow {
    background-image: linear-gradient(#cda0ad, #835254);
}
#topnav a.mech {
    background-image: linear-gradient(#bbbbbb, #9a9a9a);
}
#topnav a.crystal {
    background-image: linear-gradient(#41d0ce, #3a6200);
}
#topnav a.poison {
    background-image: linear-gradient(#dee543, #2c2e00);
}
#topnav a:hover {
    background-image: linear-gradient(white, white);
    color: black;
}

#scrolldown {
    transition: top 0.3s;
    position: fixed;
    top: 50;
    width: 100%;
}

body {
    background-image: linear-gradient(#6e6c3f, #233f46);
    background-attachment: fixed;
    font-family: 'OpenDyslexic', Fallback, lexend;
    color: white;
}

a {
    color: inherit;
} 


p {
    width: 90%;
}
h1 {
    width: 90%;
}

.SplitScreen {
    font-weight: bold;
    color: white;
    font-size: 40px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    text-align: left;
}
.button a{
    text-decoration: none;
    border: 5px solid;
    border-image-slice: 1;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
    color: white;
    
}
.button a.ethereal {
    background-image: linear-gradient(#afad62, #3e717d);
    border: 5px solid white;
}
.button a.plasma {
    border-image-source: linear-gradient(to bottom, #ebe78a, #3e717d);
    background-image: linear-gradient(#889be1, #643ea5);
    
}

.button a.shadow {
    border-image-source: linear-gradient(to bottom, #ebe78a, #3e717d);
    background-image: linear-gradient(#cda0ad, #835254);
    
}
.button a.mech {
    border-image-source: linear-gradient(to bottom, #ebe78a, #3e717d);
    background-image: linear-gradient(#bbbbbb, #9a9a9a);

}
.button a.crystal {
    border-image-source: linear-gradient(to bottom, #ebe78a, #3e717d);
    background-image: linear-gradient(#41d0ce, #3a6200);
    
}
.button a.poison {
    border-image-source: linear-gradient(to bottom, #ebe78a, #3e717d);
    background-image: linear-gradient(#dee543, #2c2e00);
    
}
.button a:hover { background-image: linear-gradient(white, white); color: black; }


footer {
    background-image: linear-gradient(to right, #6e6c3f, #233f46);
    width: 100%;
    font-size: 10px;
    color: white;
    text-decoration: none;
    font-family: OpenDyslexic;
    
}

.four0four {
  height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
}

.four0four a.button {
    text-decoration: none;
    border: 5px solid white;
    background-image: linear-gradient(#afad62, #3e717d);
    border-image-slice: 1;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
    color: white;
    width: 80%;
    border-radius: 12px;
    
}

.four0four a.button:hover {
    background-image: linear-gradient(white, white);
    color: black;
}