body {
    background-color: rgb(252, 252, 3);
    position: fixed;
    left: 45%;
    top: 20%;
}
h1 {
    font-family: Arial, sans-serif;
    font-size: 2vw;
    position: fixed;
    left: 27%;
    top: 15%;
}
#input {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 1.5vw;
    width: 30vw;
    right: 10vw;
}
#användarnamn {
    height: 4vh;
    font-size: 1.5vw;
}
#Lösernord {
    height: 4vh;
    font-size: 1.5vw;
}
#Nya_lösernordet {
    height: 4vh;
    font-size: 1.5vw;
}
#submit {
    height: 4vh;
    width: 30vw;
    background-color: white; 
    border-color: black;
    font-size: 1.5vw;
}