section {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
}

body {
    background-color: #000000;
    color:#ffffff;
}
.logo-wrapper {
    width: 100%;
    display:flex;
    justify-content: center;
}

.logo {
    max-width:835px;
    padding:3em;
}

img {
    max-width: 100%;
}

.content {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 650px;
    padding: 3em 5em;
}

a {
    color: #f0ba55;
}

a:hover {
    color: #9e6b0d;
}