    header {
      background: url('../assets/hero.jpg') no-repeat center center/cover;
      height: 93vh;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 50px;
    }

    header h1 {
      font-size: 90px;
      margin: 0;
    }

    header h1 .highlight {
      color: #79CFFF;
    }

    header p {
      font-size: 23px;
      width: 700px;
      color: #ccc;
      margin-top: 20px;
    }
