body {
    background-color: #0c0c0e;
}

.logo {
    position: absolute;
    width: 168px;
    height: 168px;
    left: 50%;
    top: 50%;
    margin-left: -84px;
    margin-top: -84px;
}

@media (max-width: 720px) {
    .logo {
        width: 132px;
        height: 132px;
        margin-left: -66px;
        margin-top: -66px;
    }
}

.footer {
    color: #efefef;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #D0D0D0;
    text-align: center;
    text-decoration: none;
}

a {
    color: #101010;
    text-decoration: none;
}

a:link,
a:hover,
a:active {
    color: #101010;
}