html{
    background-image:url(https://i.pinimg.com/736x/a5/5a/9f/a55a9f2c3c54e006ac89b3653990ba11.jpg);
    font-family: Ms Gothic;
}
body{
    margin:auto
        
}

#topbanner{
    font-size: larger;
    color:aqua;
    border: black 2px dashed;
    background-image:url(https://i.pinimg.com/736x/a7/d1/41/a7d14159799efeba80f0a8c5d64e49ee.jpg);
    background-position-y:50%;
    background-repeat:no-repeat;
    
    width:1000px;
    height: 100px;

}

.flex-container{
    display:flex;
}

#leftbanner{
    height:1000px;
    width:150px;
    border: black 2px dashed;
    background-color: black;
    
}
#midbanner{
    width:400px;  
    height:1000px;
    border:dotted blue;
    background-color: bisque;
}
#rightbanner{
    width:150px;
    height:1000px;
    border:dashed black;
    background-color: brown;
    
}
#one{
    width:400px;
    border:dashed blue;
    height: 200px;
}
#two{
    width:400px;
    height:55px;
    border:dashed;
}
#three{
    width:400px;
    height:170px;
    border:dashed;
    background-color:darkgreen;
    padding:2px;
}
#t-one{
    width:250px;
    height:170px;
    border:groove blue;
    margin-right:2px;
    
}

.flex-smth{
    display:flex;
}
#t-two{
    width:200px;
    height:170px;
    border:dotted pink ;
    
}
#four{
    width:400px;
    height:55px;
    border:dashed;
    
}
#five{
    width:400px;
    height:200px;
    border:dashed green;
}
#six{
    width:400px;
    height:55px;
    border:dashed blue;
}
#seven{
    width:400px;
    height:215px;
    border:dashed orange;
}
.flex-last{
    display:flex;
    
}
#zero{
    width:200px;
    border:dashed;
    height:210px;
}
#zerotwo{
    width:200px;
    height:210px;
    border:dotted blue;
}

.flex-sybau{
    display:flex;
}
#topbannertwo{
    width:385px;
    border:dashed;
    height:100px;
}
#ocgifsmall{
    width:150px;
    height:520px;
    border:dashed white;
}
#buttons{
    width:150px;
    height:470px;
    border:dashed yellow;
}
#idkone{
    height:230px;
    width:150px;
    border:dashed blue;
}
#idktwo{
    height:250px;
    width:150px;
    border:yellow dashed;
}
#idkthree{
    height:250px;
    width:150px;
    border:pink dotted;
}
#idkfour{
    height:250px;
    width:150px;
    border:dotted green;
}








