body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }
.container {
    width: 80%;
    margin: 0% auto 0;
    padding: 2% 5%;
}
.center{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 3%;
}
.center2{
    margin-top: 3%;
}
.button {
    width: 80%;
}
.fabbutton {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.reserve {
    text-align: right;
}