h3 {
text-align: center;
font-size:220%;
color: white;
background-color:darkgrey;
}
header {
background-color:white;
color: white;
}
footer {
background-color:white;
color: dodgerblue;
text-align:center;
font-size: 115%;
}
h1 {
background-color:dodgerblue;
color: white;
font-size: 110%
}
p {
background-color: white;
}

/* Lab Specific Adjustments */

div {
margin: 25px;
padding: 10px;
height: 60px;
width: auto;
outline: 2px solid dodgerblue;
border: 2px dotted teal;
background-color:white;
text-color: teal;
color: teal;
text-align: justify;
text-justify: inter-word;
}
hr
{
color: dodgerblue;
}
