body {
  font-family: oscine, Verdana, Geneva, Tahoma, sans-serif;
  font-size: clamp(0.88rem, 0.88vw + 0.7rem, 1.25rem);
}

.green {
  color: #226366;
}

img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(1.25rem, 4.41vw + 0.37rem, 3.13rem);
}
.container header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container header a img {
  width: clamp(6.25rem, 14.71vw + 3.31rem, 12.5rem);
}
.container header div {
  display: grid;
  align-content: center;
}
.container header div img {
  width: clamp(12.5rem, 29.41vw + 6.62rem, 25rem);
}
.container main {
  margin-top: 10vh;
}
.container footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: white;
  box-shadow: black;
}
.container footer nav {
  padding-bottom: 30px 0;
}
.container footer nav a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: black;
  font-weight: 600;
}

#home header {
  display: flex;
  justify-content: center;
}
#home header img {
  width: clamp(9.38rem, 19.12vw + 5.55rem, 17.5rem);
}
#home main {
  text-align: center;
  font-size: clamp(0.88rem, 2.06vw + 0.46rem, 1.75rem);
}/*# sourceMappingURL=styles.css.map */