html{
    font-family: Verdana;
    width: 80vw;
    min-width: 60vw;
    max-width: 80vw;
    margin-left: 10%;
    font-size: 11pt;
    border: solid #21A2E3;
}

header{
    font-size: 3rem;
    background-color: #21A2E3;
    height: 4vw;
    color: whitesmoke;
    font-weight: bold;
    text-align: center;
    padding-top: 1vw;
}
footer{
    background-color: #343A40;
    color: whitesmoke;
    height:4vw;
    padding: 1vw;
}
a.footer{
    font-weight: bold;
    color: whitesmoke;
}
h2{
    font-weight: bold;
}
h2, p, div{
    padding-left: 0.4vw;
}
th
{
    font-size: 1.4rem;
    height: 3vw;
    border: dotted 1px #343A40;
    color: whitesmoke;
    width: 5vw;
    background-color:#21A2E3
}
table{
    margin-bottom: 1vw;
    margin-left: 0.4vw;
    border-collapse: collapse;

}
td{
    border: 1px dotted;
    padding: 0.7vw;
}