body {
    background-color: black;
}

h2 {
    display: inline;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
}

a:link {
    text-decoration: none;
}

.logo {
    height: auto;
    width: 522px;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    margin: auto;
}

.words {
    position: relative;
    top: -98px;
}

.twitter {
    color: #1d9bf0;
}
.gay-twitter {
    color: #01a6ff;
}
.youtube {
    color: #CD201F;
}

.twitch {
    color: #6441a4
}