.header {
    width:100%;
    height:170px;
    background-color: coral;
    border-radius: 100px;
    font-size:30px;
    color:white;
}
.bar{
    height:30px;
    width:100%;
    background-color: coral;
    font-size:15px;
}

.writing{
    height:100px;
    width: 700px;
    background-color: coral;
    font-size:13pt

}

.box{
    height:600px;
    width:100%;
    background-color: pink;
   
    
}
.box2{
    height:600px;
    width:600px;
    background-color:coral;
    float:left
}
.box21{
    height:200px;
    width:200px;
    background-color:sandybrown;
    position: relative;
    top:350px;
    right:150px;
}
.box22{
    height:200px;
    width:200px;
    background-color:gold;
    position: relative;
    top:150px;
    left:150px;
}
.box23{
    height:200px;
    width:200px;
    background-color:fuchsia;
    position: relative;
    bottom:300px;
    right:150px;
}
.box24{
    height:200px;
    width:200px;
    background-color:teal;
    position: relative;
    bottom:500px;
    left:150px;
}
.box25{
    height:200px;
    width:200px;
    background-color:sandybrown;
    position: relative;
    top:100px;
    
}
.box3{
    height:600px;
    width:600px;
    background-color: floralwhite;
  float:middle;
}
.box4{
    height:600px;
    width:600px;
    background-color: salmon;
    float:right;
    position: relative;
    bottom:600px
}
    
.footer{
    height:300px;
    width:100%;
    background-color:coral;
    border-radius:50px;
    float:left;
    font-size:15pt;
}