GridSettings {
    .menu {
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        color: white;
        font-family: 'Arial', sans-serif;
        font-size: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .inputMenu {
        gap: 20px;
    }

    .mouse {
        background-color: rgba(black,0.8);
        pointer-events: all;
    }

    h1 {
        font-size: 48px;
        font-weight: bold;
    }

    option {
        display: none;
    }

    .button {
        background-color: rgba(black,0.8);
        border: 1px solid black;
        border-radius: 15px;
        padding: 10px;
        color: white;
        cursor: pointer;
    }
}
