@font-face {
    font-display: swap;
    font-family: Satoshi-Variable;
    font-weight: 1 999;
    src: url(fonts/satoshi-variable-536_9c4d_32.ttf) format("truetype-variations");
}

body {
    font-family: Satoshi-Variable;
    margin: 0;
    padding: 0;

    background-color: #ffffff;

    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;

    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
}

* {
    font-family: Satoshi-Variable;
    user-select: none;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 33ms;
}

.mainInterface{
    padding: 20px;
    flex-direction: column;
    display: flex;
    justify-content: start;
    align-items: center;
    background-image: url('./img/luzryu.jpg');
    background-repeat: no-repeat;
    background-color: black;
    min-width: 100%;
    max-width: 100%;
}

.checkoutButton{
    display: flex;
    justify-content: center;
    align-items: center;
    border:none;
    outline:none;
    background-color:#0FD300;
    color:white;
    text-align: center;
    font-size:17px;
    font-weight: 500;
    padding: 10px 33px 10px 33px;
    border-radius:17px;
    cursor:pointer;
    margin-bottom:20px;
}

.benefits{
    padding: 20px;
    flex-direction: column;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: black;
    color:white;
    min-width: 100%;
    max-width: 100%;
}

.benefit{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.benefit h2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
}

.benefit p{
    text-align: center;
}

.social{
    padding: 20px;
    flex-direction: column;
    display: flex;
    justify-content: start;
    align-items: center;
    background-image: url('./img/controlebanner.jpg');
    background-repeat: no-repeat;
    background-color: black;
    min-width: 100%;
    max-width: 100%;
}

.social img{
    max-width: 75%;
    border-radius:33px;
}

.social p{
    max-width: 85%;
    font-weight: 400;
    font-size: 17px;
    color:white;
}

.games{
    padding: 20px;
    flex-direction: column;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: black;
    color:white;
    min-width: 100%;
    max-width: 100%;
}

.gameCollection{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.games img{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom:20px;
    max-width: 150px;
}