body {
    font-family: monospace;
    font-size: 14px;
    background: url("/img/beanstalk-dark.png");
    background-color: #070117;
    color: #fff;
    margin: 0;
    padding: 0;
}

.main {
    width: 520px;
    height: auto;
    margin: 40px auto;
    background: url("/img/background.jpg");
    background-size: cover;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    border-style: inset;
    border-radius: 50px;
    border-width: 7px;
    border-color: #848
}

.footer {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.badges {
    margin-top: 20px;
    text-align: center;
}

a {
    text-decoration: underline;
    color: #fff;
}