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;
}
#p1{
    font-size: 25px;
    text-align: center;
    padding-top: 20px;
}
#p2{
    font-size: 33px;
}
#pr{
    font-size: 25px;
    padding: 10px;
}


#leftp{
    width: 340px;
    height: 1000px;
    background-color: back;
    float: left;
    margin-right: 20px;
    border-right: solid white 3px;
}
#rightp{
    width: 340px;
    height: 1000px;
    background-color: back;
    float: right;
    margin-left: 20px;
    border-left: solid white 3px;
}



#updwhole{
    height: 270px;
    width: 270px;
    border: solid rgb(195, 249, 206) 2px;
    margin: 20px;
    border-radius: 4px;
}
.updh2{
    width: 270px;
    height: 50px;
    background-image: url(https://i.pinimg.com/originals/b4/e3/71/b4e371619042d1e80918d09904e90f7d.gif);
    font-size: 40px;
    text-align-last: justify;
}
.update{
    width: 270px;
    height: 220px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 20px;
    text-align: center;
}

#war{
    float: left;
    
}



