/* our hothead president */

html, body {
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 8pt;
    height: 100%;
    width: 100%;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    background-color: #001DB6;
    color: white;
}

.flaming-head {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.flaming-head img {
    height: 80px;
    width: 80px;
}

.footer {
    bottom: 0px;
    padding-bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}
