/* Media queries */
/* Index */
@media screen and (max-width: 1100px) {
  header {
    height: 60vh;
  }
  .text-intro {
    padding-top: 200px;
  }
  .preTxt {
    font-size: 30px;
  }
  h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .preTxt {
    font-size: 20px;
  }
  h1 {
    font-size: 39px;
  }
}
