html, body {
    margin: 0px;
    padding: 0px;
    border: none;
    height: 100%;
    color: black;
    font-family: 'Fjord One', 'Arvo', serif;
}

main {
    width: 100%;
    position: relative;
}

a:link, a:hover, a:visited {
    color: black;
}

a:active {
    color: gray;
}

.centered {
    text-align: center !important;
}

.fixed {
    position: fixed !important;
}

.clear {
    opacity: 0 !important;
}

.hidden {
    display: none !important;
}
