body {
    background-color: #0C0D14;
}

.title {
    margin: 10px;
    font-weight: bold;
    font-size: 300%;
    color: white;
}

.gameTitle {
    color: #AAADBE;
    font-weight: bold;
    font-size: 150%;
}

.gameList {
    margin: 25px 0px 5px 0px;
    color: white;
    font-weight: bold;
    font-size: 200%;
    border-bottom: solid 2px white;
}

.img-fluid {
    width: 100%;
    height: 300px;
}

.enter {
    margin: 30px;
}

.enter a {
    border: solid 2px #84B4CA;
    border-radius: 5px;
    padding: 2px 15px;
    text-decoration: none;
}

.game {
    margin-top: 60px;
}

.carousel-item a {
    background-color: #CBCBCB;
    text-decoration: none;
    padding: 5px;
    border: solid 2px black;
    color: black;
}

.contact h1, p{
    color: white;
}