main {
  width: 100%;
  padding: 15vh 0 3rem 0;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  h1 {
    width: 90%;
    padding-bottom: 1rem;
  }

  .booking {
    height: fit-content;
    width: 90%;
    border-radius: 20px;
    background-color: var(--b);
    overflow: hidden;
  }
}

