* {
  margin: 0;
  padding: 0;
}

.fullscreen-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("SnowScene404 Woops.jpg");
  height: 100vh;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing-h1 {
  font-size: 2.3rem;
}

.landing-h1,
.landing-p {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.landing-p {
  margin-top: 10px;
  font-size: 1.3rem;
}
