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;
}

#main{
    align-items: center;
    background-image: url(https://i.pinimg.com/originals/0e/6b/da/0e6bdaad458721ecf7eb50e0254849bc.gif);
    width: 1320px;
    height: 1000px;
    border-style: solid;
    border-color: white;
    border-width: 3px;
}
