body {
    height: 100vh;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.luna {
    height: 200px;
    width: 200px;
    background-color: black;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 5px white;
}

h1 {
    color: white;
    text-align: center;
}

.entrada {
    display: flex;
    justify-content: center;
    gap: 1px;
}

#clave {
    padding: 10px;
    width: 150%;
    border-radius: 20px;
}

#clave:focus {
    outline: 2px solid blue;
}

#cambiar {
    font-size: 30px;
    background-color: black;
    border: none;
}

.Vermono {
    opacity: 0;
}

.vermono2{
    margin-top: 20px;
    opacity: 1;
}

#gemido {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}