.main-container {
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}

h1 {
  text-align: center;
  color: rgb(255,255,255);
  font-size: 3rem;
  font-family: 'Albert Sans', sans-serif;
  text-shadow: 4px 3px 5px rgb(0,0,0);
  font-weight: bold;
  line-height: 1em;
  padding-right: 10px;
  padding-left: 10px;
}

body {
  height: 100%;
  background: url("../../assets/img/18ndqzef-1280.png") center / cover no-repeat;
}

@media (max-width: 767px) {
  .h1mobile {
    font-size: 30px;
  }
}

