﻿html {
    height: 100%;
    background-color: black;
}

body {
    height: 100%;
    margin: 0px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #505050;
}

#container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer {
    bottom: 0;
    position: absolute;
    padding: 10px 15px 10px 15px;
    background-color: white;
}

a {
    color: #505050;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    border-bottom: 2px solid #505050;
}