* {
    background-color: #88011c;
}

.col {
    background-color: #88011c;
    color: white;
}

h1 {
    font-size:3em;
    font-weight: bold;
    font-family: 'Patrick Hand', cursive;
}

#gamers-link {
    background: url("../assets/button.png");
    background-color: #88011c;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 2em;
    height: 5em;
}

a {
    color: #88011c;
    text-decoration: none;
}