*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url(../images/dreamcatcher.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    background-repeat: no-repeat;
}
h1 {
    font-family: 'Gugi', cursive;
    font-weight: bolder;
    text-align: center;
    color: rgb(22, 243, 214);
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 2px;
    font-size: 48px;
    text-shadow: 2px 2px 5px black;
}

@media only screen and (max-width: 600px){
    .overlay{
      margin-left: 1%;
      margin-right: 2%;
    }
  }
  @media only screen and (max-width: 800px){
    .overlay{
      margin-left: 1%;
      margin-right: 1%;
    }    