body {
    background-color: #171717;
    font-family: sans-serif;
    margin: 8px 0 0 0;
}

a {
    font-family: inherit;
    text-decoration: none;
    color: #fff;
}

.wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.page {
    margin: auto;
    margin-bottom: auto;
    width: 100%;
    top: 24%;
    left: 0;
    right: 0;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 150px auto 0;
    padding: 0 7px;
    max-width: 1270px;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
}

footer {
    background-color: #272727;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto 0;
    padding: 32px 12px 12px 12px;
    text-align: center;
    color: #fff;
    right: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ec005e;
}