@media (max-width: 500px) {
    .header-title{
        font-size: 26px;
    }
    .display-1 {
        font-size: 3rem;
    }
  }