*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    height: 800px;
    max-width: 1000px;
    border: 2px solid white;
    
}
.containertop{
   height: 80%;
   width: 100%;
   padding: 10px;
   max-width: 1000px;
   background-color: white;
   font-size: 0;
   padding-bottom: 0;
}
.container1{
    height: 100%;
    width: 25%;
    border: 2px solid white;
    display: inline-block;
    background-color: white;
    padding: 10px;
    padding-top: 5px;
}
.box1{
    height: 50%;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid white;
    background-color: orangered;
    padding: 5px;
    border-radius: 10px;
}
.box2{
    height: 50%;
    width: 100%;
    border: 2px solid white;
    background-color: grey;
    padding: 10px;
    border-radius: 10px;
}

.container2{
    display: inline-block;
    width: 50%;
    height: 100%;
    border: 2px solid white;
    display: inline-block;
    background-color:white;
    border-radius: 10px;
    vertical-align: top;
    padding: 5px;
    border-radius: 10px;
    padding-left: 0;
    
}
.box3{
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color:violet;
    border-radius: 10px;
    
}
.box4{
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color: orange;
    border-radius: 10px;
}

.container3{
    display: inline-block;
    width: 25%;
    height: 100%;
    border: 2px solid white;
    display: inline-block;
    background-color:white;
    border-radius: 10px;
    vertical-align: top;
    padding: 5px;
    border-radius: 10px;
}
.containerbottom{
    height: 20%;
    max-width: 100%;
    font-size: 0;
    padding: 12px;
}
.container4{
    background-color: white;
    padding:0;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 0;
}


.left{
    height: 100%;
    width: 50%;
    border: 2px solid white;
    padding: 5px;
    padding-top: 0;
    border-radius: 10px;
    display: inline-block;
    
    
}
.box5{
    height: 100%;
    width: 100%;
    padding: 5px;
    background-color:rgb(37, 134, 224);
    border-radius: 10px;
    padding-right: 0;
}
.right{
    height: 100%;
    width: 50%;
    border: 2px solid white;
    padding: 5px;
    padding-top: 0;
    border-radius: 10px;
    display: inline-block;
    
    
}
.box6{
    height: 100%;
    width: 100%;
    padding: 5px;
    background-color:grey;
    border-radius: 10px;
    padding-right: 0;
}

h1{
    font-size:x-large;
    color: aliceblue;
    padding: 10px;
}
