body {
  font-family: Lexend;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  width: 100vw;
  height: 100vh;
  margin: none;
}

.container {
  scroll-snap-type: y mandatory;
  overscroll-behavior-y: none;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}

b {
  font-weight: bold;
}

i{

  font-style: italic;
  font-weight: 200;
padding:30px;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  color: #000;
}

a:link {
  text-decoration: none;
  color: #4f5053;
  font-weight: 700;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.hero {
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  position: relative;

  scroll-snap-align: end;
  width: 100vw;
  height: 100vh;
}

.section-1 {
  background-image: url('party.webp');
}

.section-2 {
  background-image: url('party2.webp');
}

.section-3 {
  background-image: url('party3.webp');
}

.section-4 {
  background-image: url('party4.webp');
}

.section-5 {
  background-image: url('party5.webp');
}

.hero_textbox {
  width: 50vw;
  max-height: 95vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 50px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
}

.button {
  margin: 20px;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
}

.button {
  background: #ffffff;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 2px solid #000;
  display: inline-block;
  cursor: pointer;
  color: #4f5053;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 10px;
  text-decoration: none;
  text-align: center;
}

.button:hover {
  background: #e9e9e9;
}

.button:active {
  position: relative;
  top: 1px;
}

.hero_textbox iframe {
  margin-top: 20px; /* Add a space here */
  margin-bottom: 20px;
}



@media (max-width: 800px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 26px;
  }

  .hero_textbox {
    padding: 20px; /* Add a space here */
    width: 70vw;
  }

  .googledocs {
    height: 300px;
  }
}
