*{
    background-color: black;
    color: azure;
    font-size: 10vw;
}

.loginscreen{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

label{
    font-size: 10vw;
}

.loginscreen input {
    height: 15vw;
    width: 80%;
    font-size: 10vw;
    border: 2px rgb(132,12,12) solid;
    color: rgb(132,12,12);
    text-align: center;
}

.loginscreen button {
    font-size: 7vw;
    height: 10vw;
    width: 50%;
}

.babzoum{
    display: none;
}