* {
box-sizing: border-box;
}   

form {
    margin-left: 500px;
    margin-right: 500px;
}

#flex-container {
    display: flex;
    flex-wrap: wrap;
}

input[type=button] {
    height: 60px;
}