.mainmenu-contact-input{
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    z-index: 10;
    width: 35%;
    max-width: 350px;
    min-width: 120px;
    box-sizing: border-box;
    border-radius: 0;
    font-family: monospace;

    &.--name {
        top: 40%;
    }


    &.--email {
        top: 46%;
    }

    &.--phone {
        top: 52%;
    }
}

.mainmenu-newsletter-div {
    position: absolute;
    left: 50%;
    top: 59%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mainmenu-newsletter-checkbox {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.mainmenu-newsletter-label {
    font-family: monospace;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.mainmenu-play-button {
    position: absolute;
    left: 50%;
    top: 64%;
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    background: #4CAF50;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #000000;
    font-family: 'VCR MONO', monospace;
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
