* {font-family: Sans-serif;}
body, html {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: top;
  align-items: center;
  flex-direction:column;
  gap: 30px;
  background-color: #fffafa;
  padding: 10px;
}
.content {
    flex-grow:1;
    text-align:center;
}
img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  border-radius: 10px;
}
.footertext {
    font-size: 10px;
    max-width: 1200px;
    margin-bottom: 20px;
}
