body {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  min-height: 100vh;
}

.yoyo-content {
  max-width: 600px;
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 80px auto;
}

@media only screen and (max-height: 991px) {
  .main-container {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-height: 992px) {
  .main-container {
    width: 100%;
    height: 100%;
    min-height: 607px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
h1 {
  color: #f9a812;
}

p {
  font-size: 16px;
  color: #474747;
  margin-bottom: 20px;
}

.contact-email {
  font-weight: bold;
}

.hidden {
  display: none;
}
