body {
    font-family: sans-serif;
    overflow-y: auto; 
}

.menu {
    display: flex;
    flex-direction: column;
}

.modal-create {
    position: absolute;
    top: 20%;
    left: 30%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-delete {
    position: absolute;
    top: 20%;
    left: 30%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.auth-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content, .modal-content2 {
    padding: 3rem 0 4rem 4rem;
    width: 35vw;
}

.auth-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30vw;
    transform: translate(-50%, -50%);
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.close-button {
    margin: 0 3rem 0 0;
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: red;
    color: white;
}

.close-button:hover {
    background-color: white;
    color: red;
}

.close-button2 {
    margin: 0 3rem 0 0;
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: red;
    color: white;
}

.close-button2:hover {
    background-color: white;
    color: red;
}

.close-button3 {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: red;
    color: white;
}

.close-button3:hover {
    background-color: white;
    color: red;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.show-modal2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.show-auth-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.trigger {
    background-color: red;
    border-radius: 0.4rem;
    font-weight: bold;
    color: white;
    border: none;
    padding: 1.5rem;
    font-size: 1.5rem;
    margin-left: 2rem;
}

.trigger:hover {
    background-color: white;
    color: red;
}

.trigger2 {
    background-color: red;
    border-radius: 0.4rem;
    font-weight: bold;
    color: white;
    border: none;
    padding: 1.5rem;
    font-size: 1.5rem;
}

.trigger2:hover {
    background-color: white;
    color: red;
}

.trigger-box--none {
    display: none;
}

.auth {
    background-color: red;
    border-radius: 0.4rem;
    font-weight: bold;
    color: white;
    border: none;
    padding: 1.5rem;
    font-size: 1.5rem;
    width: 40%;
    margin-top: 1.5rem;
    margin-left: 30%;
}

.auth:hover {
    background-color: white;
    color: red;
}

.connect {
    color: white;
    font-size: 1.3rem;
    margin-top: 4%;
}

h1 {
    font-size: 3rem;
    font-weight: bold;
    padding: 4rem;
    text-align: center;
}

.input {
    padding: 1.5rem;
    font-size: 1.5rem;
    width: 70%;
    margin: 0.2rem;
}

.submit-create {
    background-color: red;
    border-radius: 0.4rem;
    font-weight: bold;
    color: white;
    border: none;
    padding: 1.5rem;
    font-size: 1.5rem;
}

.submit-create:hover {
    background-color: white;
    color: red;
}

.submit-delete {
    background-color: red;
    border-radius: 0.4rem;
    font-weight: bold;
    color: white;
    border: none;
    padding: 1.5rem;
    font-size: 1.5rem;
}

.submit-delete:hover {
    background-color: white;
    color: red;
}

.submit-auth {
    background-color: red;
    border-radius: 0.4rem;
    font-weight: bold;
    color: white;
    border: none;
    padding: 1.5rem;
    font-size: 1.5rem;
    margin: 1rem 0.3rem;
}

.submit-auth:hover {
    background-color: white;
    color: red;
}

.link-games {
    background-color: red;
    border-radius: 0.4rem;
    font-weight: bold;
    color: white;
    border: none;
    padding: 1.5rem;
    font-size: 1.5rem;
    text-decoration: none;
}

.link-games:hover {
    background-color: white;
    color: red;
}

.box {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.delete-message {
    display: none;
}

.create-message {
    display: none;
}

.delete-message__text {
    font-size: 3rem;
}

.create-message__text {
    font-size: 3rem;
}

.show-delete-message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.show-create-message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}