body {
  background-color: var(--main07);
}
body .uber-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
body .uber-wrapper .main-box-wrapper {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .uber-wrapper .main-box-wrapper .main-box-header-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
body .uber-wrapper .main-box-wrapper .main-box-header-image img {
  height: 5rem;
}
body .uber-wrapper .main-box-wrapper .main-boxes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 10em;
}
body .uber-wrapper .main-box-wrapper .main-boxes > * {
  background-color: white;
  min-width: 35em;
  border-radius: 4px;
  box-shadow: var(--perfectShadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}

/*# sourceMappingURL=central_floating_box.css.map */
