body {
    background: #383431;
    color: white;
    margin: 0;
}
.wrapper {
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
}
.logo {
    max-width: 50%;
}