body {
  font-family: var(
    --default-font-family,
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
  );
  margin: 0px;
  padding: 20px;
  height: 100vh;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    141deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(216, 250, 153, 1) 100%
  );
}

.main-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.large-text {
  font-weight: 600;
  line-height: 36px;
  font-size: 30px;
  color: #0a5b2c;
}

img {
  max-width: 300px;
}
.medium-text {
  font-weight: 600;
  line-height: 36px;
  font-size: 20px;
  color: #0a5b2c;
}

.bottom-margin {
  margin-bottom: 20px;
}
