* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body{
    margin: 0;
    background-color: rgb(112, 77, 0);
}

header {
    z-index: 1000;
    position: fixed;
    width: 100%;
    margin: 0;
    background-color: black;
}

.header-options {
    gap: 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
    font-size: 15pt;
    text-align: center;
}

.header-link {
    margin: 0;
    font-size: 12pt;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: all 1s ;
    padding-top: 10px;
    width: 100px;
    padding-bottom: 10px;
    border: 2px solid;
    border-color: #000000; /*52257c*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-link:hover {
    font-size: 12pt;
    width: 100%;
    border-color: #52257c;
}

.jogos{
    padding: 100px;
    width: 100v;
    gap: px;
}

.gamelinksec{
    gap: 20px;
    background-color: white;
    padding-left: 10px;

}