body {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    background-color: black;
}
main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    background-image: url(/images/circuit.png);
    background-repeat: repeat;
}
header {
    padding-top: 40px;
    text-align: center;
    color: rgb(252, 59, 0);
}
footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 300;
}
footer a {
    color: black;
}
footer a:hover {
    color: rgb(252, 59, 0);
}
a {
    text-decoration: none;
    font-weight: 700;
    /* color: black; */
}
form ul {
    padding-inline-start: 0px;
}
form ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#landing-paragraph {
    width: 50%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: rgb(237, 237, 237);
    font-weight: 300;
    font-size: 1.3em;
}
.main-container-catalogue {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background-color: rgb(252, 59, 0);
    padding: 30px 20px 30px 20px;
    border: 4px solid black;
}
.main-container {
    display: flex;
    justify-content: center;
    background-color: rgb(252, 59, 0);
    padding: 30px 20px 30px 20px;
    border: 4px solid black;
}
.main-nav {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 1.2em;
}
.main-nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-inline-start: 0px;
}

.main-nav ul li {
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    border: 3px solid black;
    box-shadow: 0px 4px 0px black;
    background-color: rgb(252, 59, 0);
    color: black;
    border-radius: 5px;
}

.main-nav ul li:hover {
    border: 3px solid rgb(252, 59, 0);
    box-shadow: 0px 4px 0px rgb(252, 59, 0);
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.main-nav ul li a {
    color: rgb(0, 0, 0);
}

.main-nav ul li a:hover {
    color: rgb(255, 255, 255);
}
#game-list {
    list-style: none;
}
#game-list li:hover {
    cursor: pointer;
    color: black;
}
.login-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    padding: 20px 30px 20px 15px;
    border: 4px solid black;
    box-shadow: 0px 8px 0px black;
    background-color: rgb(216, 216, 216);
    color: black;
    border-radius: 15px;
    margin: 20px;
}
.login-badge ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.login-badge ul li form {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}
.login-badge ul li form button {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    border: 3px solid black;
    box-shadow: 0px 4px 0px black;
    background-color: rgb(252, 59, 0);
    color: black;
    border-radius: 5px;
}
.login-badge ul li form button:hover {
    cursor: pointer;
    background-color: white;
    border: 3px solid rgb(252, 59, 0);
    box-shadow: 0px 4px 0px rgb(252, 59, 0);
}
.catalogue-item {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    width: 25%;
    padding: 20px 30px 20px 15px;
    border: 4px solid black;
    box-shadow: 0px 8px 0px black;
    background-color: rgb(216, 216, 216);
    color: black;
    border-radius: 15px;
    margin: 20px;
}
.catalogue-item div {
    justify-content: center;
    display: flex;
    flex-direction: row;
}
.catalogue-item img {
    max-width: 400px;
}
.catalogue-item-section-01 {
    display: flex;
    justify-content: space-around;
    font-size: .8em;
}
.catalogue-item-section-01 ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-inline-start: 0px;
}
.catalogue-item-section-01 ul li {
    padding-left: 10px;
}
.catalogue-item-section-02  {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .8em;
}
.catalogue-item-section-02 ul {
    list-style: none;
    padding-inline-start: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.catalogue-item-subsection-02 {
    text-align: left;
}

.catalogue-item-section-03 {
    display: flex;
    justify-content: center;
}
.catalogue-item-section-03 ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-inline-start: 0px;
}
.catalogue-item-section-03 ul li {
    margin-left: 20px;
    margin-right: 20px;
}
.reserve-button {
    padding: 10px;
    border: 3px solid black;
    box-shadow: 0px 4px 0px black;
    background-color: rgb(53, 134, 31);
    color: black;
    border-radius: 5px;
    color: black;
}
.reserve-button:hover {
    background-color: white;
    border: 3px solid rgb(53, 134, 31);
    box-shadow: 0px 4px 0px rgb(53, 134, 31);
}
.reserve-button a {
    color: black;
}
.screenshot-button {
    padding: 10px;
    border: 3px solid black;
    box-shadow: 0px 4px 0px black;
    background-color: rgb(32, 54, 255);
    color: black;
    border-radius: 5px;
    color: black;
}
.screenshot-button:hover {
    background-color: white;
    border: 3px solid rgb(32, 54, 255);
    box-shadow: 0px 4px 0px rgb(32, 54, 255);
}
.screenshot-button a {
    color: black;
}
.footer-nav ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    list-style: none;
    padding-inline-start: 0px;
}

.footer-nav ul li {
    padding-right: 20px;
    padding-left: 20px;
}
.social-brands {
    font-size: 2em;
}
.dash-items {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
/* Lightbox styles */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.lightbox-content {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lightbox-content img {
    width: 100%;
    max-width: 500px; /* Adjust this value to make the images larger or smaller */
    height: auto;
    display: block;
    margin: 0 auto 10px; /* Center the images and add some space between them */
}


.close {
    position: absolute;
    top: 20px;
    right: 45px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
