﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    background-color: #2D72D9;
    color: #fff;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

h1 {
    font-size: 100px;
}

ol {
    list-style-type: none;
}

.error-container {
    width: 100%;
    text-align: center;
}

.footer-bottom {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
}

.link-footer {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

    .link-footer:hover {
        color: #fff;
        text-decoration: underline;
    }
