body{
    background-color: black;
    color:white;
}

.form-container{
    width:30%;
    padding:30px;
    border: 2px white solid;
    margin:auto;
    margin-top: 5vh;
    display:flex;
    flex-direction: column;
}

.login-form{
    display:flex;
    flex-direction: column;
    width:40%;
    margin: auto;
    gap:20px;
}

button{
    margin-top: 30px;
    height:2rem;
    background-color: black;
    border-color: white;
    color: white;
}

h1{
    text-align: center;
    margin-top: 5vh;
}