html {
  background-image: url('/background_green.jpg');
  background-color: green;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
  font-family: serif;
  }

body {
  background-color: rgba(171, 180, 146, 0.5);
  margin: 100px;
  padding: 30px;
}

img {
  display: block;
  margin: auto;
}

#logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.henny-penny-regular {
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;
}
