body {
    font-family: "Nunito", system-ui, sans-serif;
    margin: 0px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    gap: 16px;
}

.logo {
  max-height: 20%;
  max-width: 90%;
  width: auto;
}

.logo a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.subtext {
  font-size: 13px;
  color: #777;
}
