body {
  margin: 0;
  padding: 0;
  background-image: url('vancouver-island.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;

}

h1 { 
  filter: drop-shadow(4px 4px 4px rgb(0 0 20 / 0.3));
  color: white;
  font-family: Geologica;
  font-size: 48px;
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
            .logo {
                width: 85%;
            }
        }

