.wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: white;
  }

div.elem-group {
    margin: 20px 0;
}
  
div.elem-group.inlined {
    float: left;
    width: 49%;
    margin-left: 1%;
}
  
  label {
    display: block;
    padding-bottom: 10px;
    color: black;
    font-family: 'Pontano Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: black;
    margin: 0;
  }
  
  input, select, textarea {
    border-radius: 5px;
    border: 2px solid #777;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    display: block;
    padding-bottom: 10px;
    color: black;
    font-family: 'Pontano Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    background-color: white;
  }
  
  div.elem-group.inlined input {
    width: 95%;
    display: inline-block;
    margin-bottom: 30px;
  }
  
  textarea {
    height: 200px;
  }
  
  .submitButton {
    background-color: #263640;;
    float: left;
    width: 330px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 40px;
    font-family: 'Pontano Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin-top: 50px;
    color: white;
  }

@media only screen and (min-width: 1001px){
    .reservation{
        width: 700px;
    }
}

@media only screen and (max-width: 1000px){
    .reservation{
        width: 300px;
    }

    .wrapper{
        padding-top: 80px;
        padding-bottom: 120px;
      }
      input, select, textarea {
        border-radius: 2px;
        border: 2px solid #777;
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        display: block;
        padding-bottom: 10px;
        font-family: 'Pontano Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: black;
        margin: 0;
      }
      
  .submitButton {
    background-color: #263640;;
    float: left;
    width: 300px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-family: 'Pontano Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-top: 50px;
    color: white;
  }
}