body, html{
    padding: 0px;
    margin: 0px;
}

body{
    background-color: #151c1f;
}


.top_cover_image{
    position: absolute;
    width: 100%;
    z-index: -1000;
}

.header_title{
    text-align: center;
    font-size: 60px;
    padding-top: 10vw;
    line-height: 29px;
}
.header_title span{
    font-size: 30px;
}

.description{
    padding-top: 25px;
    padding-bottom: 40vw;
    text-align: center;
    text-shadow: 0px 0px 5px white;
}

.product_category_title{
    text-align: center;
    font-size: 30px;
    color: white;
    background-color: black;
    margin: 110px 0px 20px 0px;
    padding: 20px;
    font-size: 60px;
}

.product_category{
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: space-evenly;
}

.product_category_4{
    grid-template-columns: repeat(4, auto);
}


.album_data{
    color: white;
}

.category_list{
    max-width: max-content;
    margin: auto;
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
}
.category_list a {
    background-color: lightcyan;
    padding: 20px;
    border-radius: 10px;
    display: block;
    padding: 10px 25px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    text-wrap: nowrap;
}

.small_text{
    color:white;
    font-size: 15px;
    text-align: center;
}

.available_on_steam{
    max-width: 300px;
    margin-top: 10px;
    cursor: pointer;
}

.game_title{
    color: white;
    font-size: 30px;
}
.game_desc{
    color: white;
}

.channel_subscribe{
    max-width: 600px;
    margin: auto;
}

.channel_subscribe img{
    width: 100%;
}
.channel_title{
    color: white;
}