body {
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.links a {
    margin-bottom: 15px;
}

.button {
    border-radius: 0;
    transition: all ease .2s;
}

.button.button-yt:hover,
.button.button-yt:focus,
.button.button-github:hover,
.button.button-github:focus,
.button.button-x:hover,
.button.button-x:focus {
    background-color: #030303;
}

.button.button-merch {
    color: #000;
    background-color: #80f5d2;
}
.button.button-merch:hover,
.button.button-merch:focus {
    filter: brightness(90%);
}
.button.button-merch img {
    margin-bottom: 2px;
}
.button.button-x {
    border: none;
}

.button.button-x img {
    margin-left: 15px;
}

.column.links {
    margin-top: 10%
}

.button.button-yt,
.button.button-github,
.button.button-steam-alt {
    border: none;
}
