html {
    background-image: radial-gradient(circle at center, #f0e9d2, #ecd5a7, #ebc07e, #eca857, #ef8d35);
    height: 100%;
    margin: 0;
}
body {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    text-align: center;
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img {
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 80vh;
}
p {
    margin: 0;
    font-size: 2.5vw;
    max-width: 80%;
}
.nunito-regular {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.nunito-light-italic {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: italic;
  }