* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Atkinson Hyperlegible Mono", monospace;
}

/* .gmebox {
    width: 2000px;
    height: 1500px;
    position: absolute;
    top: 0;                       <-------   Dissabled for now but when fully developed will re-enable
    left: 0;
    background-color: #000000;
    border: 2px solid #50C878; 
    box-sizing: border-box;
}
*/ 

body {
    background-color: #000000;
    text-align: right;
    padding: 20px;
}

h1 {
    color: #50C878;
    font-size: 28px;
    margin-bottom: 20px;
}

.title-stuff {
    color: #50C878;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.ab-loader {
    rotate: 320deg;
    margin-right: -900px;
    margin-top: 100px;
}

.game-link-other, .sortgames, .game-link {
    display: inline-block;
    background-color: #000000;
    border: 2px solid #50C878;
    color: #50C878;
    padding: 10px 15px;
    margin: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    border-radius: 8px;
}

.game-link-other:hover, .sortgames:hover, .game-link:hover {
    background-color: #50C878;
    color: black;
}

.game-link-other-container {
    margin: 50px 0;
    background-color: #000000;
    outline: #50C878;
    color: white;
}

.search-container {
    margin: 20px 0;
    color: #000000;
    text-align: center;
}

.sortgames button:hover {
    background-color: #50C878;
    color: black;
}

#searchBar {
    width: 50%;
    padding: 10px;
    border: 2px solid #50C878;
    background-color: #000000;
    color: #5900ff;
    text-align: center;
    font-size: 16px;
    outline: none;
    border-radius: 8px;
}

.game-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 15px;
    margin-top: 20px;
}

.game-type {
    text-decoration: none;
}

.pin-button {
    display: flex;
}

.container {
    display: flex;
    justify-content: right;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
    display: none;
}

.game-container {
    flex: 3;
    border: 2px solid #50C878;
    padding: 10px;
    background: #000000;
    position: relative;
    border-radius: 8px;
}

.game-container h1 {
    color: #000000;
    font-size: 24px;
}

.info-container {
    flex: 1;
    border: 2px solid #50C878;
    padding: 10px;
    background: #000000;
    text-align: left;
    border-radius: 8px;
}


.splash-text {
    color: #50C878;
    text-align: center;
}

.gaemsort .title-stuff {
    text-align: center;
    margin-bottom: 30px;
}

html, body {
    overflow-x: hidden;
}

/* could not me using ai  lmao -dnd */
