body {margin: 0;
background-color: skyblue;}

#header {width: 100%;
height: 10%;
background: darkblue;
color: white;
font-size:60px;
font-family: 'Century Gothic';
padding: 10px;
text-align: center;}

table {width: 80%;
margin-left: 10%;
margin-right: 10%;
margin-top: 5%;}

.quarters {font-family: 'Calibri';
font-size: 30px;
padding: 10px;
background: blue;
color: white;
text-align: center;}

img {width: 100%;
height: 250px;
}

.capt {text-align: center;
background-color: darkblue;
color:white;}
h3 {margin:0;
font-family: 'Century Gothic';
font-size: 30px;}
p {margin: 5px;
font-family:'Century Gothic';
font-size: 20px;}