@font-face {
    font-family: 'ambitsek';
    src: url("https://killersneverhurtfeelingsx3.neocities.org/fonts/ambitsek.ttf");
}

@font-face {
    font-family: 'Sixtyfour';
    src: url("https://killersneverhurtfeelingsx3.neocities.org/fonts/SixtyFour.ttf") ;
    font-weight: ;
}

@font-face {
    font-family: 'arcade';
    src: url("https://killersneverhurtfeelingsx3.neocities.org/fonts/ARCADECLASSIC.TTF");
}

@font-face {
    font-family: 'merchant';
    src: url("https://killersneverhurtfeelingsx3.neocities.org/fonts/Merchant%20Copy.ttf")
}

@font-face {
    font-family: 'add';
    src: url("https://killersneverhurtfeelingsx3.neocities.org/fonts/ADDSBP__.TTF")
}

h1 {
    font-family: ;
    font-size: ;
}

h2 {
    font-family: Sixtyfour;
}

h3 {
    font-family: ;
}

p {
    font-family: 'ambitsek';
}

.banner {
    background-color: #697255;
    color:#FFEDDE;
    text-align: center;
}

.navbar {
    background-color:#CFE1B9;
    display:flex ;
    list-style-type: none;
    color:;
    height:auto;
    padding:10px 10px;
    justify-content: space-evenly;
    
}

.nabar a {
    color:yellow;
}

.navbar a:hover, .dropdown:hover {
    color:green;
}

.body {
    font-family: ;
    float: left;
    width: 70%;
    background-color:#FFEDDE;
    color: #5E4D49;
    padding-left:;
    max-height: 500px;
    overflow:auto;
}

.rightcolumn {
    float: left;
    width: 30%;
    background-color:#DDB660;
    color: cadetblue;
    padding-left:;
    padding-right: ;
    max-height: 500px;
    overflow: auto;
}

.container {
    float: ;
    padding-left: 225px;
    padding-right: 225px;
}

.text {
    float: ;
    width: ;
    background-color: ;
    padding-left: 30px;
    padding-right: 30px;
}
    
ul {
    list-style-image: url();
    list-style-type: armenian;
    list-style-position: inside;
}

a {
    color:#697255;
    text-decoration: none;
}

a:active {
    color:hotpink;
    text-decoration: none;
}

body {
    font-family: Sixty-four;
    background-image: url(https://demotape1996.neocities.org/assets%20and%20whatnot/stars.gif);
    background-color: #0D4715;
}

@media screen and (max-width:1400px){
    .banner {
        font-size: 8px;
    }
}

@media screen and (max-width:1100px){
    .body {
        width: 100%;
        float: left;
    }
    .banner {
        overflow:;
    }
    .rightcolumn {
        width: 100%;
    }
    .container {
        overflow:auto;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width:800px){
    .body {
        width:800px
    }
    .rightcolumn {
        width: 800px;
    }
    .banner {
        width: 800px;
    }
    .container {
        overflow: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}
