body{
    font-family: VT323;
    color: white;
    background-color: black;
    background-size: auto;
    background: url(https://i.pinimg.com/1200x/1b/8a/f6/1b8af65879e13966439a042bcfe027f2.jpg);
}
#header{
    width: 800px;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://i.pinimg.com/originals/ae/0d/ad/ae0dad3e3926dbd1e435b46b7e9e6d04.gif);
}
.container{
    display: flex;
    justify-content: space-around;
    padding-bottom: 0px;
    padding-top: 10px;
    margin-bottom: 15px;
}
.navbar ul{
    list-style-type: none;
    background: rgb(0, 0, 0);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.navbar a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 20px;
    display: block;
    text-align: center;
}
.navbar a:hover{
    background-color: rgb(0, 204, 31);
    color: black;
}
.navbar li{
    float: left;
    font-size: 23px;
    list-style-type: none;
}


#mainbox{
    width: 1320px;
    height: 830px;
    background-image: url(https://i.pinimg.com/originals/0e/6b/da/0e6bdaad458721ecf7eb50e0254849bc.gif);
    border: solid white 3px;
}
#jarys{
    width: 580px;
    float: left;
    margin-top: 70px;
    margin-left: 40px;
}
#h1{
    font-size: 37px;
}
#maintextbox{
    width: 590px;
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: 600px;
    border: solid rgb(195, 249, 206) 2px;
    text-align: center;
    padding: 15px;
    font-size: 22px;
}

#footer{
    background-image: url(https://i.pinimg.com/originals/ae/0d/ad/ae0dad3e3926dbd1e435b46b7e9e6d04.gif);
    width: 1000px;
    height: 80px;
    margin-top: 10px;
}
.stampsfoot{
    margin-top: 15px;
}

#a{
    color: white;
}
#a:hover{
    color: rgb(0, 255, 38);
}