h1 {
    color: rgb(255, 0, 0);
    font-size: 2em;
    font: bold 2em sans-serif;
    text-align: center;
    margin: auto
}

h2 {
    color: rgb(255, 0, 0);
    font-size: 1.5em;
    font: bold 1.5em sans-serif;
}

body {
    background-color: rgb(0, 0, 0);
}

h5 {
    color: rgb(255, 0, 0);
    font-size: 1em;
    font: bold 1em sans-serif;
}

.game_card {
    background-color: #000000;
    color: #140000;
    border: 2px solid #ff0000;
    padding: 10px;
    border-radius: 5px;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    flex: 1 1 calc(40% - 20px);
    max-width: calc(40% - 20px);
}

.game_cards_container {
    height: auto !important;
    min-height: 0;
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: auto;
    min-height: 500px;
    border: 3px solid #ff0000;
    border-radius: 16px;
    overflow: hidden;
    background-color: #000000;
    text-align: center;
    padding: 20px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10%;
    width: screen;
}

.game_thumbnail_image {
    width: 100%;
    height: 85%;
    border: 2px solid #ff0000;
    margin-bottom: 2px;
    overflow: hidden;
}


.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 #theme-toggle-button {
    height: 70%;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

#scratch-profile-button {
    height: 70%;
    position: absolute;
    top: 10px;
    right: 115px;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.heading_frame {
    height: 30px;
    top: 10px;
    margin-top: 10%;
    margin-bottom: 5%;
    display: flex;
    border: 3px solid #ff0000;
    border-radius: 16px;
    overflow: hidden;
    background-color: #000000;
    text-align: center;
    padding: 20px;
}

.centered {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.menu_outline {
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8.5%;
    background-color: #000000;
    border: 3px solid #ff0000;
    color: #ff0000;
}

h6 {
    color: rgb(255, 0, 0);
    font-size: 1em;
    font: times 1.5em sans-serif;
    text-align: center;
}

.play_game_button {
    height: 10%;
    width: 100%;
    padding: 10px 15px;

    border-radius: 5px;
    cursor: pointer;
}

.play_game_button:hover {
    height: 10%;
    width: 100%;
    padding: 10px 15px;

    border-radius: 5px;
    cursor: pointer;
}

.min_header_box {
    height: 30px;
    width: 90.2%;
    margin-left: 50px;
    margin-bottom: 5px;
    border: 3px solid #ff0000;
    border-radius: 16px;
    overflow: hidden;
    background-color: #000000;
    text-align: center;
    padding: 20px;
}

.button {
    background-color: #000000;
    color: rgb(255, 0, 0);
    border: solid 2px #ff0000;
    border-radius: 5px;

}

.button:hover {
    background-color: #480000;
    color: rgb(255, 0, 0);
    border: solid 5px #ff0000;
    border-radius: 5px;
    cursor: pointer;
}

h4 {
    color: rgb(114, 0, 0);
    font-size: 1em;
}
