body
div{
float:left;
}
.header{
height:100px;
width:100%;
background-color:#DFE7FD;
font-size:20px;
text-align:center;
color:#1E425C;
}

.content1{
height:400px;
width:50%;
background-color:#FFF1E6;
text-align:center;
color:#1E425C;
}


.content2{
height:400px;
width:50%;
background-color:#FDE2E4;
text-align:center;
color:#1E425C;
}


.content3{
height:100px;
width:100%;
background-color:#feeafa;
text-align:center;
color:#1E425C;
}

.button1 {
  background-color: #f3c4fb;
  border: none;
  color: white;
  font-family: times new roman;
  padding: 8px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  border-radius: 10px;
  transition-duration: 0.4s;
  width: 200px;
  margin: 25px;
}

.link{
height:100px;
width:100%;
background-color:#8ecae6;
}

.button {
  background-color: #CEE8F3;
  border: none;
  color: white;
  font-family: times new roman;
  padding: 8px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  border-radius: 10px;
  transition-duration: 0.4s;
  width: 200px;
  margin: 25px;
}

.button:hover 
{
  background-color: #edf6f9;
  color: white;
}

.ul
{
list-style:none;
padding:0;
margin:30px;
}

ul li a{
font-size:30px;
font-family:arial;
line-height:50px;

}
ul li a:hover{
display:block;
padding:10px;
background-color:white;
font-weight:bold;
}

.footer{
height:125px;
width:100%;
background-color:#DBE7E4;
color:#1E425C;
}




