* {
    box-sizing: border-box;
    margin: 0;
    background-color: #202020;
}

label, input, button {
    display: none;
}

.evex-logo {
    width: 100%;
    height: auto;
} 


.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:1rem;
}