body{
    background-image: url("csgo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color:rgb(221, 240, 255);
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

h3,h4{
    font-size:17px;
}






.box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    border: 0px solid rgb(0, 0, 0);
}






table{
    border: 1px solid rgb(255, 255, 255);
    border-collapse: collapse;
    text-align: left;
}

th,td{
    border: 1px solid rgb(255, 255, 255);
    padding: 4px;
}





.tf2,.cs2,.noita,.bege,.gta4{
    font-size: 20px;
}

.tf2{
    background-color:rgb(220, 119, 25);
    color:white;
    -webkit-text-stroke: 2px;   
    -webkit-text-stroke-color: rgb(149, 70, 0);
}

.cs2{
    background-color:rgb(255, 137, 26);
    color:rgb(56, 70, 224);
    -webkit-text-stroke: 0px;   
    -webkit-text-stroke-color: rgb(255, 255, 255);
}

.noita{
    font-family:fantasy;
    background-color:rgb(109, 109, 109);
    color:rgb(255, 180, 49);
    -webkit-text-stroke:1px;   
    -webkit-text-stroke-color: rgb(255, 115, 0);
}

.bege{
    background-color:rgb(163, 0, 0);
    color:rgb(213, 233, 255);
    -webkit-text-stroke:1px;   
    -webkit-text-stroke-color: rgb(0, 3, 150);
}

.gta4{
    background-color:rgb(199, 199, 199);
    color:rgb(255, 255, 255);
    -webkit-text-stroke:1px;   
    -webkit-text-stroke-color: rgb(0, 0, 0);
}

.gtaiv{
    color:rgb(0, 0, 0);
    -webkit-text-stroke:1px;   
    -webkit-text-stroke-color: rgb(255, 255, 255);
}

.gradient-text {   
    background-image: linear-gradient(to bottom, #ffc83e, #ff3c00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}