body {
    margin: 0;
    background-image: url("https://yt3.googleusercontent.com/fIAJdsDM3ImpXgxkmvpg3WRFn13N0eLmhSW7bMOBQT4NL7iovr33ixy64ZdN82FbWmA5a6Ce=w2120-fcrop64=1,00000000ffffffff-k-c0xffffffff-no-nd-rj");
    background-size: cover;
    background-repeat: no-repeat;
}
header {
    background: none;
    padding: 1px;
    color: white;
    font-family: Helvetica;
    text-shadow: 2px 0 black, -2px 0 black, 0 0 10px black;
    height: 200px;
    display: flex;
    align-items: center;
    justify-self: center;
    text-align: center
}
header div {
    margin: auto;
}
header p {
    margin-top: -15px;
}
.bigText {
    font-size: xx-large;
    text-align: center;
    font-family: Helvetica;
    font-weight: bold;
    padding: 15px;
}
.game {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
    font-weight: 200px;
    padding: 25px;
}
.gameName {
    padding: 20px;
    font-weight: bold;
}
.game .holdButton {
    padding: 20px;
    height: 100px;
}
.game button {
    height: 50px;
    width: 200px;
    background-color: red;
    color: white;
    font-weight: bold;
    border: none;
}
.game button:hover {
    background-color: black;
}
#merch {
    height: 150px;
    background-color: red;
    color: white;
    text-align: center;
}
#merch button {
    transition: 0.2s;
    height: 40px;
    width: 150px;
    background-color: white;
    color: red;
    border: 3px solid white;
    font-weight: bold;
    border-radius: 5px;
    font-size: 20px;
}
#merch button:hover {
    transition: 0.2s;
    background: none;
    border: 3px solid white;
    color: white;
}
#subscribe {
    background-color: #252525;
    color: white;
    text-align: center;
    height: 150px;
}
#merch p, #subscribe p, #discord p, #x p {
    font-family: sans-serif;
    margin-top: -10px;
}
#subscribe button {
    transition: 0.2s;
    height: 40px;
    width: 150px;
    background-color: red;
    color: white;
    border: 3px solid red;
    font-weight: bold;
    border-radius: 5px;
    font-size: 15px;
}
#subscribe button:hover {
    transition: 0.2s;
    background: none;
    border: 3px solid red;
}
#discord {
    background-color: #7289da;
    height: 150px;
    color: white;
    text-align: center;
}
#discord button {
    transition: 0.2s;
    height: 40px;
    width: 150px;
    background-color: white;
    color: #7289da;
    border: 3px solid white;
    font-weight: bold;
    border-radius: 5px;
    font-size: 20px;
}
#discord button:hover {
    transition: 0.2s;
    background: none;
    color: white;
}
#x {
    background-color: #00aaff;
    color: white;
    text-align: center;
    height: 150px;
}
#x button {
    transition: 0.2s;
    height: 40px;
    width: 150px;
    background-color: white;
    color: black;
    border: 3px solid white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
}
#x button:hover {
    transition: 0.2s;
    height: 40px;
    width: 150px;
    background: none;
    color: white;
    border: 3px solid white;
    font-weight: bold;
    font-size: 20px;
}
#instagram {
    height: 150px;
    background: linear-gradient(90deg, blue, #ff00ff, yellow);
    text-align: center;
    color: white
}
#instagram button {
    transition: 0.2s;
    height: 40px;
    width: 150px;
    background-color: white;
    color: black;
    border: 3px solid white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
}
#instagram button:hover {
    transition: 0.2s;
    height: 40px;
    width: 150px;
    background: none;
    color: white;
    border: 3px solid white;
    font-weight: bold;
    font-size: 20px;
}
#tiktok {
    height: 150px;
    text-align: center;
}
#tiktok .bigText {
    text-shadow: -2px 0 #FF0000, 2px 0 #00FFFF;
}
#tiktok button {
    transition: 0.2s;
    height: 40px;
    width: 150px;
    background-color: black;
    color: white;
    border: 3px solid black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
}
#tiktok button:hover {
    transition: 0.2s;
    height: 40px;
    width: 150px;
    background: none;
    color: black;
    border: 3px solid black;
    font-weight: bold;
    font-size: 20px;
}
#holdGames {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#nextRanked {
    background-color: black;
    color: white;
}
.releaseDate {
    padding-top: 20px;
}
section {
    background-color: white
}

@media (max-width: 500px) {
    img {
        height: 150px;
    }
}