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: 600px; 
    height: 400px;
    border-style: solid;
    border-color: white;
    border-width: 3px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
}
#oc{
    float: left;
    width: 200px;
    height: 270px;
    border: solid rgb(195, 249, 206) 2px;
    align-items: center;
    margin: 20px; 
}
#och2{
    font-size: 36px;
    background-image: url(https://i.pinimg.com/originals/b4/e3/71/b4e371619042d1e80918d09904e90f7d.gif);
}
.ocs li{
    list-style-type: none;
    align-items: center;
    margin-right: 38px;
    font-size: 25px;
    margin-bottom: 10px;
}

#art{
    width: 300px;
    height: 270px;
    margin: 20px;
    border: solid rgb(195, 249, 206) 2px;
    align-items: center;
    float: right;
}
#arth2{
    background-image: url(https://i.pinimg.com/originals/b4/e3/71/b4e371619042d1e80918d09904e90f7d.gif);
    font-size: 40px;
}

.a{
    color: white;
}
.a:hover{
    color: rgb(0, 255, 38);
}

