form {
    display: flex;
    flex-direction: column;
    width: 30vw;
    height: 40vh;
    margin: 10vh auto;
    justify-content: space-around;
}