main{
    flex-direction: column;
}
.row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.row > div{
    margin: 50px;
}

#form {
    border: 1px solid white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
select{
    width: 300px;
    height: 60px;
    margin: 10px;
    padding: 5px;
}
input{
    width: 250px;
    height: 30px;

}