body {background-color: FloralWhite;
}
p {color: DarkSlateGray;
font-family: helvetica;
font-size: 100%
}
h1 {color: PowderBlue;
font-family: helvetica;
font-size: 145%
}
h2 {color: Tan;
font-family: helvetica;
font-size: 130%
}
article {color: MidnightBlue;
font-family: trebuchet;
}
img {width: 100%
}
.Divtitle {background-color: PowderBlue;
border-color: FloralWhite;
border-style: dashed;
border-width: 4px;
text-align: center;
margin-left: 200px;
margin-right: 200px;
}
.Divnav {background-color: Tan;
margin-left: 200px;
margin-right: 200px;
text-decoration: overline;
text-decoration-color: DarkSlateGray;
}
.box {box-sizing: border-box;
float: left;
margin-left: 200px;
width: 15%;
padding: 10px;
}
.boxright{box-sizing: border-box;
float: left;
width: 15%;
padding: 10px;
}
.boxcenter {box-sizing: border-box;
float: left;
width: 40%;
padding: 20px;
text-align: center;
background-color: OldLace;
}
.clearfix::after{
  content: "";
  clear: both;
  display: table;
}