body{
    background-color: #e8f3f3;
    color: #000;
    text-align: center;
    font-weight: bold;
}

a:active{
    color: #000000;
}

a:visited{
    color: #000000;
}

a{
    color: #000000;
    text-decoration-color: blue;
}

table{
    margin: 25px auto;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    table-layout: fixed;
    width: fit-content;
    font-size: .8em;
    color: black;
}

tr{
    line-height: .8em;
}

tr > * + *{
    padding-left: 1em;
}

td:last-of-type{
    text-align: right;
    white-space: pre;
}

td:nth-child(2){
    padding-left: 1.5em;
}

#h1{
    color: red;
    font-size: 2.5em;
}

#h2{
    color: blue;
    font-size: 3em;
}

#prof{
    color: black;
    font-size: 1.75em;
}