body 
{
    margin: 0px;
    
    background-color: rgb(8, 18, 31);
    font-size: 40px;
    color: white; 
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color: black; 
    text-align: center;
}

button 
{
    border-radius: 50px;

    -webkit-text-stroke-width: 0.25px; 
    -webkit-text-stroke-color: black; 

    background-color: transparent;
    transition: background-color 0.20s;
    
    margin: 0px;
    padding-top: 0px;

    border: 1px, solid, white;

    display: flex;
    align-items: center;
    justify-content: center;
}

button:hover 
{
    cursor: pointer;
    background-color: rgb(100, 105, 202);
}

button img 
{
    height: 50px;
}

a
{
    display: block; 
    color: white; 
    /* Force behavior like div block elements */
}

.grid
{
    display: grid;
    grid-template-columns: 0.5fr 768px 1fr;
    column-gap: 0px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
}

.grid-2
{
    position: relative;
    z-index: 1;
    height: 100%;
}

.left2-img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
}

.body-block
{
    background-color: black;
    width: 100%;
    position: relative;
}

.title-card
{
    position: absolute;
    top: 20px;
    left: 20px;

    font-size: 100px;
    color: white; 
    -webkit-text-stroke-width: 2px; 
    -webkit-text-stroke-color: black; 
    
    background-color: transparent;

    padding-left: 10px;
    border: 1px;
    border-top-style: solid;
    border-left-style: solid;

}

.text-block
{
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 20px;
     -webkit-text-stroke-width: 0.25px;
    text-align: left;

    padding-bottom: 10px;
    padding-left: 10px;
    border-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
}

.text-block div
{
    margin-bottom: 5px;
}

.red-text:hover
{
    transition: color 1s;
    color: red;
}

.steam-button
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    font-size: 30px;
    color: rgb(255, 255, 255); 
    -webkit-text-stroke-width: 0.8px; 
    -webkit-text-stroke-color: black; 
    background-color: rgb(160, 154, 221);
    border-color: transparent;

    padding-right: 25px;

    position: absolute;
    bottom: 40px;
    right: 50%;
    transform: translate(50%);
    z-index: 10;
}

.steam-button:hover
{
    border: 2px, solid, white;
    transition: background-color 0.1s;
    background-color: rgb(76, 67, 195);
}

.flex-box
{
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;

    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 250px;
    padding: 10px 10px;

    border-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    background-color: transparent;
}

.discord-button
{
    border-radius: 5px;
}

.discord-button img
{
    
    height: 50px; 
    margin: -5px;
}

.x-button
{
    border-radius: 5px;
}

.x-button img
{
    height: 60px;
    margin: -10px;
}

.tiktok-button
{
    border-radius: 5px;
}

.tiktok-button img
{
    
    height: 50px; 
    margin: -5px;
}

.facebook-button
{
    border-radius: 5px;
}

.facebook-button img
{
    height: 60px; 
    margin: -10px;
}

.youtube-button
{
    border-radius: 5px;
}

.youtube-button img
{
    height: 50px; 
    margin: -2px;
}

.grid-1-1
{
    background-color: rgb(170, 255, 187);
    position: relative;
    height: 30%;
    width: 100%;
}

.grid-1-2
{
    background-color: rgb(102, 156, 255);
    position: relative;
    height: 70%;
    width: 100%;
}


.grid-3-1
{
    background-color: rgb(152, 46, 46);
    position: relative;
    height: 70%;
    width: 100%;
}

.grid-3-2
{
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    column-gap: 2px;
    height: 30%;
    width: 100%;
}

.grid-3-2-1
{
    background-color: rgb(255, 171, 60);
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.grid-3-2-2
{
    background-color: rgb(255, 254, 171);
    position: relative;
    height: 100%;
    width: 100%;
}

.grid-1-1 img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-1-2 img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
}

.grid-3-1 img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
}

.grid-3-2-1 img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-3-2-2 img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
}

.grid-1-1:hover img, 
.grid-1-2:hover img, 
.grid-3-1:hover img, 
.grid-3-2-1:hover img, 
.grid-3-2-2:hover img
{
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.6s;
}

.grid-1-1:hover div, 
.grid-1-2:hover div,
.grid-3-2-1:hover div, 
.grid-3-2-2:hover div
{
    font-size: 47px;
    transition: font-size 0.2s;
}

.grid-3-1:hover div
{
    font-size: 65px;
    transition: font-size 0.2s;
}

.grid-1-1 div
{
    position: absolute;
    bottom: 10px;
    right: 10px;

    border-width: 1px;
    padding-bottom: 2px;
    padding-right: 10px;
    border-bottom-style: dashed;
    border-right-style: dashed;
    border-color: white;
}

.grid-1-2 div
{
    position: absolute;
    top: 10px;
    left: 10px;

    border-width: 1px;
    padding-top: 2px;
    padding-left: 10px;
    border-top-style: dashed;
    border-left-style: dashed;
    border-color: white;
}

.grid-3-1 div
{
    position: absolute;
    top: 20px;
    right: 10px;
    
    font-size: 50px;
    border-width: 1.5px;
    padding-right: 20px;
    border-right-style: solid;
    border-color: white;
}

.grid-3-2-1 div
{
    position: absolute;
    top: 20px;
    left: 5px;
    
    border-width: 1.5px;
    padding-left: 5px;
    border-left-style: solid;
    border-color: white;
}

.grid-3-2-2 div
{
    position: absolute;
    bottom: 20px;
    right: 10px;

    border-width: 2px;
    padding-right: 15px;
    padding-bottom: 1px;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-color: white;
}

.end-block
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    color: rgb(243, 243, 243);
    background-color: black;
    height: 20px;

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.hyperlinks
{
    margin: 0px 30px;
    font-size: 14px;
    color: white; 
    -webkit-text-stroke-width: 0.25px; 
    -webkit-text-stroke-color: black; 
}

.hyperlinks:hover
{
    color: red;
}

.end-block-right
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}