main h1{
    text-align: center;
    font-size: 3em;
    margin-top: 10vh;
}

table{
    width: calc(90%/3) !important;
}
form {
    margin-top: 4em;
    width: 50vw !important;
}
form #price{
    width: 70px !important;
}
form div{
    margin-bottom: 1em;
}
form button {
    margin-top: 1em;
}