@media (min-width: 1300px) {
  .content {
    position: relative;
    margin-top: -300px;
  }

  .content h1 {
    color: #000;
    transform: translate(-50%, -50%);
    font-size: 6.5em;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    white-space: nowrap;
  }
  
  .dark .content h1 {
    color: #fff;
    transform: translate(-50%, -50%);
    font-weight: bolder;
    text-align: center;
    position: absolute;
    white-space: nowrap;
  }

  .dark .content h1:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
  }

  .content h1:nth-child(1) {
    color: #000;
    -webkit-text-stroke: 2px #000;
  }

  .content h1:nth-child(2) {
    -webkit-text-stroke: 2px #000;
    color: transparent;
    margin-top: 120px;
  }
  .dark .content h1:nth-child(2) {
    -webkit-text-stroke: 2px #000;
    color: #fff;
    margin-top: 120px;
  }

  #resume_link {
    font-weight: bolder;
    text-align: center;
    position: absolute;
    margin-top: 210px;
    z-index: 10;
  }

  #resume_btn {
    white-space: nowrap;
    border: 1px solid black;
    border-radius: 35px;
    margin-left: -100px;
    padding: 20px 30px 20px 30px;
    font-size: 1.2rem;
    margin-top: -50px;
  }
  #resume_btn:hover {
    background-color: #171810;
    color: white;
  }

  .dark #resume_btn {
    white-space: nowrap;
    border: 1px solid white;
    border-radius: 35px;
    margin-left: -100px;
    padding: 20px 30px 20px 30px;
    font-size: 1.2rem;
    margin-top: -50px;
  }
  .dark #resume_btn:hover {
    background-color: white;
    color: #171810;
    border: 1px solid #171810;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1299px) {
    .content h1 {
        font-size: 5em;
      }
}

@media screen and (min-width: 750px) and (max-width: 1099px) {
    .content h1 {
        font-size: clamp(3.7em, 4em, 4.2em);;
      }
}

@media screen and (min-width: 750px) and (max-width: 1299px) {
  .content {
    position: relative;
    margin-top: -200px;
  }

  .content h1 {
    color: #000;
    transform: translate(-50%, -50%);
    font-weight: bolder;
    text-align: center;
    position: absolute;
    white-space: nowrap;
  }

  .dark .content h1:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
  }

  .content h1:nth-child(1) {
    color: #000;
    -webkit-text-stroke: 2px #000;
  }

  .content h1:nth-child(2) {
    -webkit-text-stroke: 2px #000;
    color: transparent;
    margin-top: 100px;
  }
  .dark .content h1:nth-child(2) {
    -webkit-text-stroke: 2px #000;
    color: #fff;
  }

  #resume_link {
    font-weight: bolder;
    text-align: center;
    position: absolute;
    margin-top: 180px;
    z-index: 10;
  }
  #arrow {
    margin-left: -200px;
    margin-top: -50px;
  }
  #resume_btn {
    white-space: nowrap;
    border: 1px solid black;
    border-radius: 35px;
    margin-left: -100px;
    padding: 20px 30px 20px 30px;
    font-size: 1rem;
    margin-top: -10px;
  }
  #resume_btn:hover {
    background-color: #171810;
    color: white;
  }

  .dark #resume_btn {
    white-space: nowrap;
    border: 1px solid white;
    border-radius: 35px;
    margin-left: -100px;
    padding: 20px 30px 20px 30px;
    font-size: 1rem;
  }
  .dark #resume_btn:hover {
    background-color: white;
    color: #171810;
    border: 1px solid #171810;
  }
}

@media screen and (min-width: 320px) and (max-width: 749px) {
  .content {
    position: relative;
    margin-top: -200px;
  }

  .content > h1 {
    color: #000;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    white-space: nowrap;
  }

  .dark .content h1:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
  }

  .content h1:nth-child(1) {
    color: #000;
    -webkit-text-stroke: 2px #000;
  }

  .content h1:nth-child(2) {
    -webkit-text-stroke: 2px #000;
    color: transparent;
    margin-top: 50px;
  }
  .dark .content h1:nth-child(2) {
    -webkit-text-stroke: 2px #000;
    color: #fff;
  }

  #resume_link {
    font-weight: bolder;
    text-align: center;
    position: absolute;
    margin-top: 120px;
    z-index: 10;
  }

  #arrow {
    margin-left: -200px;
    margin-top: -50px;
  }

  #resume_btn {
    white-space: nowrap;
    border: 1px solid black;
    border-radius: 35px;
    margin-left: -100px;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    margin-top: -50px;
  }
  #resume_btn:hover {
    background-color: #171810;
    color: white;
  }

  .dark #resume_btn {
    white-space: nowrap;
    border: 1px solid white;
    border-radius: 35px;
    margin-left: -100px;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    margin-top: -50px;
  }
  .dark #resume_btn:hover {
    background-color: white;
    color: #171810;
    border: 1px solid #171810;
  }
}

/* .content h1:nth-child(1){
    color: transparent;
    -webkit-text-stroke: 2px #03a9f4;
} 

 .content h1:nth-child(2){
    color: #03a9f4;
    animation: animate 4s ease-in-out infinite;
}

.content h1:nth-child(2){
    color: #03a9f4;
    animation: animate 4s ease-in-out infinite;
}

@keyframes animate
{
    0%,100%{
        clip-path: polygon(0 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0 100%);
    }
    50%{
        clip-path: polygon(0 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0 100%);    }
}
 */
