﻿html, body {
    margin: 0px;
    height: 100%;
    font-family: Verdana;
    font-size: 25px;
    overflow: hidden;
    color: #4c4c4c;
}

#header-before {
    width: 100%;
    height: 10px;
    background: #ce161e;
}

.aligner {
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

a:link {
    color: #4c4c4c;
}

/* visited link */
a:visited {
    color: #4c4c4c;
}

/* mouse over link */
a:hover {
    color: #4c4c4c;
}

/* selected link */
a:active {
    color: #4c4c4c;
}

