body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #FDF4E5;
  overflow: hidden;
    font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.responsive-image {
  margin-top: -150px;
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

.button {
    margin-top: -30px;
  padding: 10px 20px;
  background-color: #C91429;
  color: white;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;

}

