body{
    max-width: 1600px;
    min-width: 800px;
    margin-left: 10%;
    margin-right: 10%;
    border: 1px solid #21A2E3;  
    background-color: whitesmoke;
}

header{
    width: auto;
    height: 90px;
    background-color: #21A2E3;
    text-align: center;
}
h1{
    color: whitesmoke;
    font-size: 32pt;
    font-family: Verdana;
    padding: 15px;
    margin: 0px;
}

main{
    margin: 10px;
    margin-top: 25px;
}
main a{
    color: black;
}
h2{
    font-size: 16pt;
    font-family: Verdana;
}
p{
    font-size: 11pt;
    font-family: Verdana;
}
img{
    float: right;
    transform: translateY(-20px);
}
table, tr, th, td{
    border: 1px dotted black;
    border-collapse: collapse;
    font-family: Verdana;
    padding: 10px;
}
th{
    font-size: 16pt;
    background-color: #21A2E3;
    color: whitesmoke;
    padding: 15px;
}
td{
    font-size: 11pt;
    vertical-align: top;
}

footer{
    padding: 10px;
    background-color: #343A40;
    color: whitesmoke;
}
footer a{
    color: whitesmoke;
}