body {
    text-align:center;
    font-family:Nunito Sans;
    display:flex;
    justify-content:center;
}


.nunito-sans-<uniquifier> {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

img {
    display: block;
    justify-content:center;
    width:auto;
    height:auto;
    max-width:500px;
    max-height:500px;
}

button {
    border-radius:10px;
}

.small{
    font-size:8px;
}