header {
    border-bottom: 2px solid rgb(199, 70, 124);
}

.nav-links a:hover:nth-child(0) {
    color: rgb(150, 25, 25);
}

.nav-links a:hover:nth-child(1) {
    color: rgb(25, 44, 150);
}

.nav-links a:hover:nth-child(2) {
    color: rgb(25, 150, 25);
}

main {
    background-color: #ffffff;
}

footer {
    margin-top: 0;
}

.itch-container {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-image: url(/images/BFB/BFB-BG.jpg);
    background-position-x: center;
    background-color: #ffffff;
}

.itch-game-area iframe {
    background-image: rgba(255, 255, 255, 0.75);
    height: 167px;
    margin-top: 10px;
}

.itch-game-area h1 {
    color:black;
    font-weight: bold;
}

.itch-game-area {
    background-color: rgba(255, 230, 240, 0.75);;
}

.itch-sidebar {
    background-color: rgba(255, 230, 240, 0.75);;
}

.itch-button {
    color: white;
    background-color: rgb(199, 70, 124);
    border: 2px solid black;
    border-radius: 20px;
}

.itch-button:hover {
    background-color: rgb(143, 50, 88);
}

.footer-social {
    color: rgb(199, 70, 124);
}