body {
min-height: 100vh;
background-color: #0093E9;
  display: grid;
  place-items: center;
  height: 100vh;
background-image: linear-gradient(341deg, #017dc6 10%, #59c2d3 100%);
}

* {
  margin: 0;
}

.container {
  display: grid;
  height: 50vh;
    place-items: center;
}

h1 {
  font-family: Pacifico;
  font-size: clamp(1.6rem, 8vw + .4rem, 5rem);
  color: #00237b;
  margin-top: -100px;
  /* color: white; */
  /* filter: drop-shadow(1px 1px 3px #00237b); */
}

h2 {
  font-family: "Open Sans";
  font-size: clamp(.9rem, 1.3vw + .4rem, 1.6rem);
  font-weight: 300;
  color: white;
    /* filter: drop-shadow(1px 1px 1px #00237b); */
}

img {
  max-width: 100%;
    /* filter: drop-shadow(3px 4px 4px #1b44ab); */
  width: 61vw;
}