    body {
    font-size: 14px;
    color: #C9FC49;
    background-color:#121208;
    text-align: center;
    }

    @font-face {
    font-family: eater;
    src: url(https://mallyrat.neocities.org/fonts/Eater-Regular.ttf);
    }
    @font-face {
    font-family: elite;
    src: url(https://mallyrat.neocities.org/fonts/SpecialElite-Regular.ttf);
    }
    h1 {
    font-family: eater;
    color: #6BFF00;
    background-color: black;
    margin: 20px;
    text-align: center;
    border-style: dashed;
    border-width: 3px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: #FF990A;
    }

    p {
    font-family: elite;  
    color:  white;
    font-variant:small-caps
    }
    
    h2 {
    font-family: eater;
    }
    
    h3 {
    font-family: eater;
    }
    
    h4 {
    font-family: eater;
    }

    a {
    color: yellow;
    }
    
    ul {
    font-variant:small-caps;
    color:  #FF990A;
    text-align: left;
    }
    img {
    border-style: dashed;
    border-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-color: #FF990A;
    }
    .noborder{
    border-width:0;
    }


   box {
    border-style: dashed;
    border-width: 3px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: #FF990A;
    }
    box-no-border {
            border: none;
    }

