.header {
  text-align: center;
  margin-top: 50px;
}

.home-title {
  text-align: center;
  margin-top: 50px;
  color: rgb(243, 347, 221);
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
}
.title {
  
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
  color: rgb(255, 255, 255);
  font-size: 100px;
  


}


@media (max-width: 768px) {
  .home-title,
  .title {
    font-size: 48px;   
    padding: 0 10px;
  }

  .header {
    margin-top: 30px;
  }

  .home-title {
    margin-top: 30px;
  }
}
