body {
    background: #000;
    color: #fff;
}

.logo {
    width: 50%;
    height: auto;
}
main {
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
}

a {
    color: #fff;
}

.contribute {
    margin-top: 100px;
}