
body

div{
float:left;
}
.header{
height:100px;
width:100%;
background-color:#DFE7FD;
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;
}


.content2{
height:1700px;
width:100%;
background-color:#ecf8f8;
color:#1E425C
}


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