html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    margin-right: 30%;
    margin-left: 30%;
    border: none;
    background-color: #1D1D1D;
    color: #D2D2D2;
}

.content {
    flex-grow: 1;
}

footer{
    text-align: center;
    line-height: 0;
}

h1 {
    text-align: center;
}

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

::selection {
    color: #1D1D1D;
    background: #A07EB1;
}

@media screen and (max-width: 800px) {
    body {
        margin-right: 2%;
        margin-left: 2%;
    }

    .pony {
        width: 250px;
    }
}