body {
    background: black;
}

div.wrapper {
    display: flex;
}

div.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 33%;
}

div.logo {
    display: flex;
    justify-content: center;
}

.logo img {
    height: 25vh;
}

div.youtube {
    width: 50vw; 
    height: 50vh; 
    margin: 25px auto;
}

div.patreon {
    display: flex;
    justify-content: center;
}

div.social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(0,0,0,0.7);
    margin: 10px;
}

div.social img {
    max-height: 100px;
    max-width: 100px;
}

div.social img.github {
    margin: 20px 10px 20px 20px;
    max-width: 70px;
}

div.social img.discord {
    margin-top: 10px;
}

div.social img.twitch {
    max-width: 70px;
    margin-top: 10px;
}

div.social img.email {
    margin-right: 20px;
}
