@font-face {
  font-family: 'Brigends Expanded';
  src: url('fonts/Brigends Expanded.woff') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@media only screen and (max-width: 600px) {

  * {
    padding: 0;
    margin: 0;
  }

  body {
      background: url(images/confetti.png);
      background-position: right center;
      background-size: contain;
      width: 100%;
      height: 920px;
      overflow-x: hidden;
      font-family: 'Black Ops One', cursive;
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      width: 100%;
      height: 58px;
    }
  
    .hamburger {
      display: none; 
      cursor: pointer;
      z-index: 2000;
    }
    
    .bar {
      display: block;
      width: 33px;
      height: 5px;
      margin: 8.5px auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: white;
      position: relative;
      top: 0px;
      right: 25px;
    }

    .hamburger.active .bar {
      background: linear-gradient(135deg, #ef4136, #fbb040);
    }
  
    .nav-menu {
      position: fixed;
      top: 0;
      width: 100%;
      right: -100%;
      transition: 0.3s;
      flex-direction: column;
      background-color: white;
      height: 100vh;
      justify-content: center;
      align-items: center;
      z-index: 1500;
      display: flex;
    }
    
    .nav-menu a {
      text-decoration: none;
      color: orangered;
      font-weight: bold;
      font-size: 35px;
      margin-right: 40px; 
      position: relative;
      top: 5px;
      left: 10px;
    }

    .nav-menu a:hover {
      color: #FF6E00; 
    }

    .nav-menu li {
      display: inline-block;
      transition: all .2s ease-in-out;
      margin-bottom: 23px;
    }

    .nav-menu li:hover {
      transform: scale(1.1);
    }

    .nav-brand {
      position: relative;
      right: 5px;
      top: 1px;
      text-decoration: none;
      color: white;
      font-size: 30px;
      border: white 2px solid;
      padding: 5px;
      padding-top: 2px;
      padding-bottom: 2px;
      border-radius: 5px;
    }

    .rocket {
      width: 220;
      height: 220px;
      position: relative;
      top: -10px;
      right: -360px;
      transform: rotate(20deg);
      background-color: white;
      display: none;
    }

    .circle {
      position: absolute;
      margin-top: 200px;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      width: 230px;
      height: 230px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      box-shadow: 0 0 20px 5px white;
      }

    .me{
      width: 230px;
      height: 230px;
      position: relative;
      top: -92.7px;
      left: -1px;
    }

    .bubble {
      width: 170px;
      height: 120px;
      position: relative;
      top: -40px;
      right: 70px;
    }


    .box {
      max-width: 270px;
      margin: 100px auto;
      padding: 30px;
      text-align: center;
      background-color: #fff;
      color: orangered;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      margin-top: 380px;
    }
    
    .box h1 {
      font-size: 28px;
      margin-bottom: 20px;
    }
    
    .box h2 {
      font-size: 24px;
      margin-bottom: 15px;
    }
    
    .box p {
      font-size: 16px;
      padding: 10px;
      line-height: 1.5;
    }
    

    .gradient-text {
      background: linear-gradient(135deg, #fbb040, #ef4136, #fbb040, #ef4136);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .index-buttons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px; 
      position: relative;
      margin-top: -70px;
    }
    
    .book-btn, .portfolio-btn {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: black;
      font-size: 16px;
      border-radius: 50px;
      padding: 10px;
      font-weight: bold;
      border: black 5px solid;
      width: 150px;
      cursor: pointer;
      box-shadow: 0 6px 0 black;
      transition: all 0.15s ease;
    }

    .book-btn:hover, .portfolio-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 1px #388E3C;
    }

    .book-btn:active, .portfolio-btn:active {
      transform: translateY(4px);
      box-shadow: 0 2px 0 black;
    }

    .about-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
      width: 70%;
      left: 15%;
    }

    .about-figure img {
      border: orangered 10px solid;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      border-radius: 10px;
      position: relative;
      top: 250px;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 270px;
      height: 270px;
    }

    .about-caption {
      position: relative;
      top: 100px;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 30px;
      width: 50%;
      border-radius: 20px;
      text-align: center;
      background-color: orangered;
      padding: 10px;
    }

    .about-caption p {
      position: relative;
      top: -6px;
      font-size: 19px;
    }

    .about {
      position: relative;
      top: 50px;
      justify-content: center;
      width: 80%;
      margin: 100px auto 0 auto; 
    }

    .about p {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      font-size: 30px;
      text-align: center;
      padding: 20px;
    }
    
    .pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 80px;
      right: 10px;
      background-color: white;
    }

    .pp-link a {
      color: orangered;
    }

    .pp-link a:hover {
      color: #FF6E00; 
    }


    form {
      background-color: white;
      border: orangered 5px solid;
      width: 80%;
      height: 1600px;
      text-align: center;
      position: relative;
      top: 900px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    form p {
      border-bottom: 2px solid orangered;
      padding: 10px;
    }

    .intro {
      border-bottom: 5px solid orangered;
      padding: 10px;
      position: relative;
      top: -3px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      font-size: 18px;
    }

    form h1 {
      padding-top: 20px;
      color: orangered;
      margin: 0 auto;
      width: fit-content;
    }

    .form-section, .additional {
      display: flex;
      flex-direction: column;
      width: 50%;
      margin: 0 auto;
      padding-top: 80px;
    }

    .form-section label, .pref {
      margin-bottom: 10px;
      font-size: 20px;
      color: orangered;
    }

    .pref {
      margin-bottom: -40px;
    }

    .form-section input {
      margin-bottom: 40px;
      padding: 10px;
    }

    #static-label, #responsive-label {
      text-decoration: underline;
      padding-top: 40px;
    }

    #static-pref, #responsive-pref {
      cursor: pointer;
    }

    h4 {
      margin-top: -2px;
      color: orangered;
    }

    input[type="radio"] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 35px;
      height: 35px;
      border: 2px solid #333; 
      border-radius: 50%;
      outline: none;
      cursor: pointer;
      position: relative;
      top: 15px;
      right: -62px;
      margin-bottom: -5px;
      }
      
      input[type="radio"]:checked {
      background-color: black;
      }
      
      input[type="radio"]::before {
      content: "";
      width: 28px;
      height: 28px;
      background: transparent;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      }
      
      input[type="radio"]:checked::before {
       background: linear-gradient(135deg, #ef4136, #fbb040);
      }

      .additional {
        width: 300px;
        margin: 200px -75px auto;
        background-color: white;
      }

    .submit-btn {
      width: 200px;
      height: 50px;
      display: block;
      margin: 0 auto;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      font-size: 16px;
      border-radius: 50px;
      padding: 10px;
      font-weight: bold;
      border: black 5px solid;
      cursor: pointer;
      box-shadow: 0 6px 0 black;
      transition: all 0.15s ease;
      position: relative;
      top: 20px;
      right: 22%;
    }

    .submit-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 1px #388E3C;
    }

    .submit-btn:active {
      transform: translateY(4px);
      box-shadow: 0 2px 0 black;
    }

    .book-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 580px;
      right: 10px;
    }

    .book-pp-link a {
      color: orangered;
      background-color: white;
    }

    .book-pp-link a:hover {
      color: #FF6E00; 
    }

    .portfolio-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
      width: 70%;
      left: 15%;
    } 

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 50px;
      padding: 40px;
      max-width: 1200px;
      margin: 100px auto 0 auto;
    }

    .grid img {
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      border: orangered 5px solid;
      width: 300px;
      height: auto;
    }

    .grid-img {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 1000px; 
      margin: 0 auto;
      margin-bottom: 20px;
    }
    
    .port-caption {
      text-align: center;
      padding-top: 10px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      padding: 10px;
      height: 250px;
    }

    .port-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 80px;
      right: 10px;
      background-color: white;
    }

    .port-pp-link a {
      color: orangered;
    }

    .port-pp-link a:hover {
      color: #FF6E00; 
    }

    .contact-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
      width: 70%;
      left: 15%;
    } 
    .contact-row {
      display: flex;
      flex-direction: column;
      align-items: center;     
      gap: 30px;
      margin-top: 150px;       
    }

    .contact-box {
      width: 250px;
      height: 250px;
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      border: orangered 8px solid;
      background-color: #FF6E00;
    }

    .email-info, .alt-info {
      text-align: center;
      position: relative;
      top: 20px;
    }

    .email-info a {
      position: relative;
      top: 50px;
      font-size: 13px;
      color: white;
      background-color: orangered;
      padding: 8px;
      border-radius: 15px;
    }

    .email-info h2, .alt-info h2 {
      color: white;
      background-color: orangered;
    }

    .alt-info img {
      position: relative;
      top: 15px;
      right: 10px;
      width: 30px;
      height: 30px;
      margin-left: 20px;
      background-color: orangered;
      padding: 20px;
      border-radius: 15px;
    }

    .contact-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 200px;
      right: 10px;
      background-color: white;
    }

    .contact-pp-link a {
      color: orangered;
    }

    .contact-pp-link a:hover {
      color: #FF6E00; 
    }

    .pp-container {
      background-color: white;
      border: 5px solid orangered;
      width: 80%;
      text-align: center;
      position: relative;
      top: 1140px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    .pp-container a {
      color: orangered;
    }

    .pp-container h1 {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      width: 100%;
      padding: 10px;
      position: relative;
      right: 10px;
      color: white;
      font-size: 20px;
    }

    .pp-content {
      position: relative;
      top: 20px;
    }

    .pp-container p {
      padding-bottom: 30px;
    }

    .pp-content ul {
      padding-bottom: 30px;
    }

    .pp-content li {
      list-style-type: none;
    }

    .pp-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 160px;
      right: 10px;
      background-color: white;
    }

    .pp-pp-link a {
      color: orangered;
    }

    .pp-pp-link a:hover {
      color: #FF6E00; 
    }

}

@media only screen and (min-width: 601px) and (max-width: 768px) {

  * {
    padding: 0;
    margin: 0;
  }

  body {
      background: url(images/confetti.png);
      background-position: right center;
      background-size: contain;
      width: 100%;
      height: 920px;
      overflow-x: hidden;
      font-family: 'Black Ops One', cursive;
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      width: 100%;
      height: 58px;
    }
  
    .hamburger {
      display: none; 
      cursor: pointer;
      z-index: 2000;
    }
    
    .bar {
      display: block;
      width: 33px;
      height: 5px;
      margin: 8.5px auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: white;
      position: relative;
      top: 0px;
      right: 25px;
    }

    .hamburger.active .bar {
      background: linear-gradient(135deg, #ef4136, #fbb040);
    }
  
    .nav-menu {
      position: fixed;
      top: 0;
      width: 100%;
      right: -100%;
      transition: 0.3s;
      flex-direction: column;
      background-color: white;
      height: 100vh;
      justify-content: center;
      align-items: center;
      z-index: 1500;
      display: flex;
    }
    
    .nav-menu a {
      text-decoration: none;
      color: orangered;
      font-weight: bold;
      font-size: 35px;
      margin-right: 40px; 
      position: relative;
      top: 5px;
      left: 10px;
    }

    .nav-menu a:hover {
      color: #FF6E00; 
    }

    .nav-menu li {
      display: inline-block;
      transition: all .2s ease-in-out;
      margin-bottom: 23px;
    }

    .nav-menu li:hover {
      transform: scale(1.1);
    }

    .nav-brand {
      position: relative;
      right: 5px;
      top: 1px;
      text-decoration: none;
      color: white;
      font-size: 30px;
      border: white 2px solid;
      padding: 5px;
      padding-top: 2px;
      padding-bottom: 2px;
      border-radius: 5px;
    }

    .rocket {
      width: 220;
      height: 220px;
      position: relative;
      top: -10px;
      right: -360px;
      transform: rotate(20deg);
      background-color: white;
      display: none;
    }

    .circle {
      position: absolute;
      margin-top: 200px;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      width: 280px;
      height: 280px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      box-shadow: 0 0 20px 5px white;
      }

    .me {
      width: 280px;
      height: 280px;
      position: relative;
      top: -125.9px;
      left: -5px;
    }

    .bubble {
      width: 210px;
      height: 160px;
      position: relative;
      top: -50px;
      right: 120px;
    }

    .pp-container-about {
      position: relative;
      margin-top: -130px; 
      min-height: 400px;
    }
    
    .pp-link {
      position: absolute;
      bottom: 0;
      right: 10px;
      padding: 5px;
      background-color: white;
    }
    
    .pp-link a {
      color: orangered;
    }
    
    .pp-link a:hover {
      color: #FF6E00;
    }

    .box {
      max-width: 450px;
      margin: 100px auto;
      padding: 30px;
      text-align: center;
      background-color: #fff;
      color: orangered;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      margin-top: 380px;
    }
    
    .box h1 {
      font-size: 30px;
      margin-bottom: 20px;
    }
    
    .box h2 {
      font-size: 26px;
      margin-bottom: 15px;
    }
    
    .box p {
      font-size: 18px;
      padding: 10px;
      line-height: 1.5;
    }
    

    .gradient-text {
      background: linear-gradient(135deg, #fbb040, #ef4136, #fbb040, #ef4136);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .index-buttons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px; 
      position: relative;
      margin-top: -45px;
    }
    
    .book-btn, .portfolio-btn {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: black;
      font-size: 22px;
      border-radius: 50px;
      padding: 10px;
      font-weight: bold;
      border: black 5px solid;
      width: 180px;
      cursor: pointer;
      box-shadow: 0 6px 0 black;
      transition: all 0.15s ease;
    }

    .book-btn:hover, .portfolio-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 1px #388E3C;
    }

    .book-btn:active, .portfolio-btn:active {
      transform: translateY(4px);
      box-shadow: 0 2px 0 black;
    }

    .about-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
      width: 70%;
      left: 15%;
    }

    .about-figure img {
      border: orangered 10px solid;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      border-radius: 10px;
      position: relative;
      top: 250px;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 270px;
      height: 270px;
    }

    .about-caption {
      position: relative;
      top: 100px;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 30px;
      width: 50%;
      border-radius: 20px;
      text-align: center;
      background-color: orangered;
      padding: 10px;
    }

    .about-caption p {
      position: relative;
      top: 1px;
      font-size: 23px;
    }

    .about {
      position: relative;
      top: 770px;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      justify-content: center;
      width: 80%;
    }

    .about p {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      font-size: 30px;
      text-align: center;
      padding: 20px;
    }

    form {
      background-color: white;
      border: orangered 5px solid;
      width: 80%;
      height: 1100px;
      text-align: center;
      position: relative;
      top: 700px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    form p {
      border-bottom: 2px solid orangered;
      padding: 10px;
    }

    .intro {
      border-bottom: 5px solid orangered;
      padding: 10px;
      position: relative;
      top: -3px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      font-size: 18px;
    }

    form h1 {
      padding-top: 20px;
      color: orangered;
      margin: 0 auto;
      width: fit-content;
    }

    .form-section, .additional {
      display: flex;
      flex-direction: column;
      width: 50%;
      margin: 0 auto;
      padding-top: 80px;
    }

    .form-section label, .pref {
      margin-bottom: 10px;
      font-size: 20px;
      color: orangered;
    }

    .pref {
      margin-bottom: -40px;
    }

    .form-section input {
      margin-bottom: 40px;
      padding: 10px;
    }

    #static-label, #responsive-label {
      text-decoration: underline;
      padding-top: 40px;
    }

    #static-pref, #responsive-pref {
      cursor: pointer;
    }

    h4 {
      margin-top: -2px;
      color: orangered;
    }

    input[type="radio"] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 35px;
      height: 35px;
      border: 2px solid #333; 
      border-radius: 50%;
      outline: none;
      cursor: pointer;
      position: relative;
      top: 15px;
      right: -140px;
      margin-bottom: -5px;
      }
      
      input[type="radio"]:checked {
      background-color: black;
      }
      
      input[type="radio"]::before {
      content: "";
      width: 28px;
      height: 28px;
      background: transparent;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      }
      
      input[type="radio"]:checked::before {
       background: linear-gradient(135deg, #ef4136, #fbb040);
      }

      .additional {
        width: 500px;
        margin: 80px -90px auto;
        background-color: white;
      }

    .submit-btn {
      width: 400px;
      height: 50px;
      display: block;
      margin: 0 auto;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      font-size: 20px;
      border-radius: 50px;
      padding: 10px;
      font-weight: bold;
      border: black 5px solid;
      cursor: pointer;
      box-shadow: 0 6px 0 black;
      transition: all 0.15s ease;
      position: relative;
      top: 20px;
      right: 13%;
    }

    .submit-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 1px #388E3C;
    }

    .submit-btn:active {
      transform: translateY(4px);
      box-shadow: 0 2px 0 black;
    }

    .book-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 580px;
      right: 10px;
    }

    .book-pp-link a {
      color: orangered;
      background-color: white;
    }

    .book-pp-link a:hover {
      color: #FF6E00; 
    }

    .portfolio-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
      width: 70%;
      left: 15%;
    } 

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 50px;
      padding: 40px;
      max-width: 1200px;
      margin: 100px auto 0 auto;
    }

    .grid img {
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      border: orangered 5px solid;
      width: 300px;
      height: auto;
    }

    .grid-img {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 1000px; 
      margin: 0 auto;
      margin-bottom: 20px;
    }
    
    .port-caption {
      text-align: center;
      padding-top: 10px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      padding: 10px;
      height: 250px;
    }

    .port-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 80px;
      right: 10px;
      background-color: white;
    }

    .port-pp-link a {
      color: orangered;
    }

    .port-pp-link a:hover {
      color: #FF6E00; 
    }

    .contact-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
      width: 70%;
      left: 15%;
    } 
    .contact-row {
      display: flex;
      flex-direction: column;
      align-items: center;     
      gap: 30px;
      margin-top: 150px;       
    }

    .contact-box {
      width: 450px;
      height: 250px;
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      border: orangered 8px solid;
      background-color: #FF6E00;
    }

    .email-info, .alt-info {
      text-align: center;
      position: relative;
      top: 20px;
    }

    .email-info a {
      position: relative;
      top: 50px;
      font-size: 20px;
      color: white;
      background-color: orangered;
      padding: 8px;
      border-radius: 15px;
    }

    .email-info h2, .alt-info h2 {
      color: white;
      background-color: orangered;
    }

    .alt-info img {
      position: relative;
      top: 15px;
      right: 10px;
      width: 50px;
      height: 50px;
      margin-left: 20px;
      background-color: orangered;
      padding: 20px;
      border-radius: 15px;
    }

    .contact-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 200px;
      right: 10px;
      background-color: white;
    }

    .contact-pp-link a {
      color: orangered;
    }

    .contact-pp-link a:hover {
      color: #FF6E00; 
    }

    .pp-container {
      background-color: white;
      border: 5px solid orangered;
      width: 80%;
      text-align: center;
      position: relative;
      top: 800px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    .pp-container a {
      color: orangered;
    }

    .pp-container h1 {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      width: 100%;
      padding: 10px;
      position: relative;
      right: 10px;
      color: white;
      font-size: 20px;
    }

    .pp-content {
      position: relative;
      top: 20px;
    }

    .pp-container p {
      padding-bottom: 30px;
    }

    .pp-content ul {
      padding-bottom: 30px;
    }

    .pp-content li {
      list-style-type: none;
    }

    .pp-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 160px;
      right: 10px;
      background-color: white;
    }

    .pp-pp-link a {
      color: orangered;
    }

    .pp-pp-link a:hover {
      color: #FF6E00; 
    }

}

@media only screen and (min-width: 769px) and (max-width: 1279px) {

  * {
    padding: 0;
    margin: 0;
  }

  body {
      background: url(images/confetti.png);
      background-position: right center;
      background-size: contain;
      width: 100%;
      height: 920px;
      overflow-x: hidden;
      font-family: 'Black Ops One', cursive;
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      width: 100%;
      height: 58px;
    }
  
    .hamburger {
      display: none; 
      cursor: pointer;
      z-index: 2000;
    }
    
    .bar {
      display: block;
      width: 33px;
      height: 5px;
      margin: 8.5px auto;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: white;
      position: relative;
      top: 0px;
      right: 25px;
    }

    .hamburger.active .bar {
      background: linear-gradient(135deg, #ef4136, #fbb040);
    }
  
    .nav-menu {
      position: fixed;
      top: 0;
      width: 100%;
      right: -100%;
      transition: 0.3s;
      flex-direction: column;
      background-color: white;
      height: 100vh;
      justify-content: center;
      align-items: center;
      z-index: 1500;
      display: flex;
    }
    
    .nav-menu a {
      text-decoration: none;
      color: orangered;
      font-weight: bold;
      font-size: 35px;
      margin-right: 40px; 
      position: relative;
      top: 5px;
      left: 10px;
    }

    .nav-menu a:hover {
      color: #FF6E00; 
    }

    .nav-menu li {
      display: inline-block;
      transition: all .2s ease-in-out;
      margin-bottom: 23px;
    }

    .nav-menu li:hover {
      transform: scale(1.1);
    }

    .nav-brand {
      position: relative;
      right: 5px;
      top: 1px;
      text-decoration: none;
      color: white;
      font-size: 30px;
      border: white 2px solid;
      padding: 5px;
      padding-top: 2px;
      padding-bottom: 2px;
      border-radius: 5px;
    }

    .rocket {
      width: 220;
      height: 220px;
      position: relative;
      top: -10px;
      right: -360px;
      transform: rotate(20deg);
      background-color: white;
      display: none;
    }

    .circle {
      position: absolute;
      margin-top: 200px;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      width: 300px;
      height: 300px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      box-shadow: 0 0 20px 5px white;
      }

    .me {
      width: 300px;
      height: 300px;
      position: relative;
      top: -132.3px;
      left: -3px;
    }

    .bubble {
      width: 220px;
      height: 170px;
      position: relative;
      top: -40px;
      right: 120px;
    }

    .pp-container-about {
      position: relative;
      margin: 100px auto 0 auto; 
    }

    .pp-link {
      position: absolute;
      bottom: 0;
      right: 10px;
      padding: 5px;
      background-color: white;
    }

    .pp-link a {
      color: orangered;
    }

    .pp-link a:hover {
      color: #FF6E00; 
    }

    .box {
      max-width: 600px;
      margin: 100px auto;
      padding: 30px;
      text-align: center;
      background-color: #fff;
      color: orangered;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      margin-top: 380px;
    }
    
    .box h1 {
      font-size: 36px;
      margin-bottom: 20px;
    }
    
    .box h2 {
      font-size: 30px;
      margin-bottom: 15px;
    }
    
    .box p {
      font-size: 21px;
      padding: 10px;
      line-height: 1.5;
    }
    

    .gradient-text {
      background: linear-gradient(135deg, #fbb040, #ef4136, #fbb040, #ef4136);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .index-buttons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px; 
      position: relative;
      margin-top: -40px;
    }
    
    .book-btn, .portfolio-btn {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: black;
      font-size: 22px;
      border-radius: 50px;
      padding: 10px;
      font-weight: bold;
      border: black 5px solid;
      width: 180px;
      cursor: pointer;
      box-shadow: 0 6px 0 black;
      transition: all 0.15s ease;
    }

    .book-btn:hover, .portfolio-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 1px #388E3C;
    }

    .book-btn:active, .portfolio-btn:active {
      transform: translateY(4px);
      box-shadow: 0 2px 0 black;
    }

    .about-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
      width: 70%;
      left: 15%;
    }

    .about-figure img {
      border: orangered 10px solid;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      border-radius: 10px;
      position: relative;
      top: 250px;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 270px;
      height: 270px;
    }

    .about-caption {
      position: relative;
      top: 100px;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 30px;
      width: 50%;
      border-radius: 20px;
      text-align: center;
      background-color: orangered;
      padding: 10px;
    }

    .about-caption p {
      position: relative;
      top: 1px;
      font-size: 23px;
    }

    .about {
      margin: 100px auto 0 auto; 
      display: flex;
      justify-content: center;
      width: 80%;
    }

    .about p {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      font-size: 30px;
      text-align: center;
      padding: 20px;
    }

    form {
      background-color: white;
      border: orangered 5px solid;
      width: 80%;
      height: 1100px;
      text-align: center;
      position: relative;
      top: 700px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    form p {
      border-bottom: 2px solid orangered;
      padding: 10px;
    }

    .intro {
      border-bottom: 5px solid orangered;
      padding: 10px;
      position: relative;
      top: -3px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      font-size: 18px;
    }

    form h1 {
      padding-top: 20px;
      color: orangered;
      margin: 0 auto;
      width: fit-content;
    }

    .form-section, .additional {
      display: flex;
      flex-direction: column;
      width: 50%;
      margin: 0 auto;
      padding-top: 80px;
    }

    .form-section label, .pref {
      margin-bottom: 10px;
      font-size: 20px;
      color: orangered;
    }

    .pref {
      margin-bottom: -40px;
    }

    .form-section input {
      margin-bottom: 40px;
      padding: 10px;
    }

    #static-label, #responsive-label {
      text-decoration: underline;
      padding-top: 40px;
    }

    #static-pref, #responsive-pref {
      cursor: pointer;
    }

    h4 {
      margin-top: -2px;
      color: orangered;
    }

    input[type="radio"] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 35px;
      height: 35px;
      border: 2px solid #333; 
      border-radius: 50%;
      outline: none;
      cursor: pointer;
      position: relative;
      top: 15px;
      right: -140px;
      margin-bottom: -5px;
      }
      
      input[type="radio"]:checked {
      background-color: black;
      }
      
      input[type="radio"]::before {
      content: "";
      width: 28px;
      height: 28px;
      background: transparent;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      }
      
      input[type="radio"]:checked::before {
       background: linear-gradient(135deg, #ef4136, #fbb040);
      }

      .additional {
        width: 500px;
        margin: 80px -90px auto;
        background-color: white;
      }

    .submit-btn {
      width: 400px;
      height: 50px;
      display: block;
      margin: 0 auto;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      font-size: 20px;
      border-radius: 50px;
      padding: 10px;
      font-weight: bold;
      border: black 5px solid;
      cursor: pointer;
      box-shadow: 0 6px 0 black;
      transition: all 0.15s ease;
      position: relative;
      top: 20px;
      right: 13%;
    }

    .submit-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 1px #388E3C;
    }

    .submit-btn:active {
      transform: translateY(4px);
      box-shadow: 0 2px 0 black;
    }

    .book-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 580px;
      right: 10px;
    }

    .book-pp-link a {
      color: orangered;
      background-color: white;
    }

    .book-pp-link a:hover {
      color: #FF6E00; 
    }

    .portfolio-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
      width: 70%;
      left: 15%;
    } 

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 50px;
      padding: 40px;
      max-width: 1200px;
      margin: 100px auto 0 auto;
    }

    .grid img {
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      border: orangered 5px solid;
      width: 300px;
      height: auto;
    }

    .grid-img {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 1000px; 
      margin: 0 auto;
      margin-bottom: 20px;
    }
    
    .port-caption {
      text-align: center;
      padding-top: 10px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      padding: 10px;
      height: 250px;
    }

    .port-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 80px;
      right: 10px;
      background-color: white;
    }

    .port-pp-link a {
      color: orangered;
    }

    .port-pp-link a:hover {
      color: #FF6E00; 
    }

    .contact-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
      width: 70%;
      left: 15%;
    } 
    .contact-row {
      display: flex;
      flex-direction: column;
      align-items: center;     
      gap: 30px;
      margin-top: 150px;       
    }

    .contact-box {
      width: 450px;
      height: 250px;
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      border: orangered 8px solid;
      background-color: #FF6E00;
    }

    .email-info, .alt-info {
      text-align: center;
      position: relative;
      top: 20px;
    }

    .email-info a {
      position: relative;
      top: 50px;
      font-size: 20px;
      color: white;
      background-color: orangered;
      padding: 8px;
      border-radius: 15px;
    }

    .email-info h2, .alt-info h2 {
      color: white;
      background-color: orangered;
    }

    .alt-info img {
      position: relative;
      top: 15px;
      right: 10px;
      width: 50px;
      height: 50px;
      margin-left: 20px;
      background-color: orangered;
      padding: 20px;
      border-radius: 15px;
    }

    .contact-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 300px;
      right: 10px;
      background-color: white;
    }

    .contact-pp-link a {
      color: orangered;
    }

    .contact-pp-link a:hover {
      color: #FF6E00; 
    }

    .pp-container {
      background-color: white;
      border: 5px solid orangered;
      width: 80%;
      text-align: center;
      position: relative;
      top: 700px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    .pp-container a {
      color: orangered;
    }

    .pp-container h1 {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      width: 100%;
      padding: 10px;
      position: relative;
      right: 10px;
      color: white;
    }

    .pp-content {
      position: relative;
      top: 20px;
    }

    .pp-content ul {
      padding-bottom: 30px;
    }

    .pp-content li {
      list-style-type: none;
    }

    .pp-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 130px;
      right: 10px;
    }

    .pp-pp-link a {
      color: orangered;
    }

    .pp-pp-link a:hover {
      color: #FF6E00; 
    }

  }

@media(max-width: 1280px){
  .hamburger{
    display: block;
  }
.hamburger.active .bar:nth-child(2){
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1){
      transform: translateY(8px) rotate(45deg);
    }
  .hamburger.active .bar:nth-child(3){
      transform: translateY(-19px) rotate(-45deg);
    }
  .nav-menu {
      position: fixed;
      right: -100%;
      top: 0px;
      gap: 0;
      flex-direction: column;
      background-color: white;
      width: 100%;
      text-align: center;
      transition: 0.3s;
    }

  .nav-item {
      margin: 16px 0;
      border-top: 1px solid black;
      padding-top: 30px;
    }

  .nav-menu.active{
      right: 0;
    }

  }

  @media only screen and (min-width: 1280px) {

    body {
      background: url(images/confetti.png);
      background-position: right center;
      background-size: contain;
      width: 100%;
      overflow-x: hidden;
      font-family: 'Black Ops One', cursive;
    }

    .navbar {
      width: 1560px;
      height: 70px;
    }

    .nav-menu {
      float: right;
      position: relative;
      right: 90px;
      top: -35%;
      border: orangered 4px solid;
      border-top: none;
      border-right: none;
      background-color: white;
      padding: 8px;
    }
    
    .nav-menu a {
      text-decoration: none;
      color: orangered;
      font-weight: bold;
      font-size: 25px;
      margin-right: 40px; 
      position: relative;
      top: 5px;
      left: 10px;
    }

    .nav-menu a:hover {
      color: #FF6E00; 
    }

    .nav-menu li {
      display: inline-block;
      transition: all .2s ease-in-out;

    }

    .nav-menu li:hover {
      transform: scale(1.1);
    }

    .nav-brand {
      position: relative;
      right: -15px;
      top: 10px;
      text-decoration: none;
      color: orangered;
      font-size: 30px;
      border: orangered 2px solid;
      padding: 5px;
      padding-top: 2px;
      padding-bottom: 2px;
      border-radius: 5px;
    }

    .rocket {
      width: 210;
      height: 210px;
      position: relative;
      top: -30px;
      right: -320px;
      transform: rotate(20deg);
      background-color: white;
    }

    .circle {
      display: inline-block;
      border-radius: 50%;
      width: 400px;
      height: 400px;
      position: absolute;
      top: 245px;
      left: 940px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      box-shadow: 0 0 20px 5px white;
    }

    .me{
      width: 420px;
      height: 420px;
      position: relative;
      top: -164.6px;
      right: 7px;
    }

    .bubble {
      width: 280px;
      height: 200px;
      position: relative;
      top: -90px;
      right: 140px;
    }

    .bubble-container p {
      z-index: 100;
      position: relative;
      top: 105px;
      right: -845px;
    }

    .typing-text {
      width: 15%;
      font-size: 18px;
    }

    .pp-link {
      float: right;
      padding: 2px;
      position: relative;
      top: 90px;
      right: 10px;
      background-color: white;
    }

    .pp-link a {
      color: orangered;
    }

    .pp-link a:hover {
      color: #FF6E00; 
    }

    .box {
      max-width: 700px;
      margin: 180px auto;
      padding: 30px;
      text-align: center;
      color: orangered;
      margin-top: -70px;
      position: relative;
      left: -360px;
    }
    
    .box h1 {
      font-size: 43px;
      margin-bottom: 20px;
      background-color: white;
      margin-left: 10px;
    }
    
    .box h2 {
      font-size: 50px;
      margin-bottom: 15px;
      background-color: white;
      margin-top: -20px;
    }
    
    .box p {
      font-size: 25px;
      padding: 10px;
      line-height: 1.5;
      background-color: white;
    }

    .gradient-text {
      background: linear-gradient(135deg, #fbb040, #ef4136, #fbb040, #ef4136);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .index-buttons {
      position: relative;
      top: -200px;
      right: -138px;
    }

    .book-btn, .portfolio-btn {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      font-size: 22px;
      border-radius: 50px;
      padding: 10px;
      font-weight: bold;
      border: black 5px solid;
      width: 200px;
      cursor: pointer;
      box-shadow: 0 6px 0 black;
      transition: all 0.15s ease;
      margin-left: 20px;
    }

    .book-btn:hover, .portfolio-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 1px #388E3C;
    }

    .book-btn:active, .portfolio-btn:active {
      transform: translateY(4px);
      box-shadow: 0 2px 0 black;
    }

    .about-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
    }

    .about-figure img {
      border: orangered 10px solid;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      border-radius: 10px;
      position: relative;
      top: 320px;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .about-caption {
      position: relative;
      top: 100px;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 30px;
      width: 50%;
      border-radius: 20px;
      text-align: center;
      background-color: orangered;
      padding: 10px;
    }

    .about-caption p {
      position: relative;
      top: -25px;
      font-size: 25px;
    }

    .about {
      position: relative;
      top: 320px;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      justify-content: center;
      width: 80%;
    }

    .about p {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      font-size: 30px;
      text-align: center;
      padding: 20px;
    }

    form {
      background-color: white;
      border: orangered 5px solid;
      width: 60%;
      height: 1450px;
      text-align: center;
      position: relative;
      top: 800px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    form p {
      border-bottom: 2px solid orangered;
      padding: 10px;
    }

    .intro {
      border-bottom: 5px solid orangered;
      padding: 10px;
      position: relative;
      top: -20px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      font-size: 18px;
    }

    form h1 {
      padding-top: 20px;
      color: orangered;
      margin: 0 auto;
      width: fit-content;
    }

    .form-section, .additional {
      display: flex;
      flex-direction: column;
      width: 50%;
      margin: 0 auto;
      padding-top: 50px;
    }

    .form-section label, .pref {
      margin-bottom: 10px;
      font-size: 20px;
      color: orangered;
    }

    .form-section input {
      margin-bottom: 40px;
      padding: 10px;
    }

    #static-label, #responsive-label {
      text-decoration: underline;
      padding-top: 20px;
    }

    #static-pref, #responsive-pref {
      cursor: pointer;
    }

    h4 {
      margin-top: -2px;
      color: orangered;
    }

    input[type="radio"] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 35px;
      height: 35px;
      border: 2px solid #333; 
      border-radius: 50%;
      outline: none;
      cursor: pointer;
      position: relative;
      top: -10px;
      right: -200px;
      margin-bottom: -5px;
      }
      
      input[type="radio"]:checked {
      background-color: black;
      }
      
      input[type="radio"]::before {
      content: "";
      width: 28px;
      height: 28px;
      background: transparent;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      }
      
      input[type="radio"]:checked::before {
       background: linear-gradient(135deg, #ef4136, #fbb040);
      }

    .additional {
      width: 300px;
      margin: 0 auto;
    }

    .submit-btn {
      width: 300px;
      display: block;
      margin: 0 auto;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      font-size: 22px;
      border-radius: 50px;
      padding: 10px;
      font-weight: bold;
      border: black 5px solid;
      cursor: pointer;
      box-shadow: 0 6px 0 black;
      transition: all 0.15s ease;
      position: relative;
      top: 60px;
    }

    .submit-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 1px #388E3C;
    }

    .submit-btn:active {
      transform: translateY(4px);
      box-shadow: 0 2px 0 black;
    }

    .book-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 30px;
      right: 10px;
    }

    .book-pp-link a {
      color: orangered;
    }

    .book-pp-link a:hover {
      color: #FF6E00; 
    }

    .portfolio-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
    } 

    .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: -15px;
      padding: 40px;
      margin: 0 auto;
      position: relative;
      left: -48px;
      top: 100px;
    }

    .grid img {
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      border: orangered 8px solid;
    }

    .grid-img {
      width: 400px;
      height: 250px;
      margin: 0 auto;
    }
    
    .port-caption {
      text-align: center;
      padding-top: 10px;
      background: linear-gradient(135deg, #ef4136, #fbb040);
      padding: 10px;
      height: 250px;
    }

    .port-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 80px;
      right: 10px;
    }

    .port-pp-link a {
      color: orangered;
    }

    .port-pp-link a:hover {
      color: #FF6E00; 
    }

    .contact-title {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      color: white;
      position: relative;
      top: 70px;
      text-align: center;
      font-size: 40px;
      width: 70%;
      left: 15%;
    } 

    .contact-row {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 30px;
      position: relative;
      top: 150px;
    }

    .contact-box {
      width: 440px;
      height: 400px;
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      border: orangered 8px solid;
      background-color: #FF6E00;
    }

    .email-info, .alt-info {
      text-align: center;
      position: relative;
      top: 20px;
    }

    .email-info a {
      position: relative;
      top: 50px;
      font-size: 23px;
      color: white;
      background-color: orangered;
      padding: 8px;
      border-radius: 15px;
    }

    .email-info h2, .alt-info h2 {
      color: white;
      background-color: orangered;
    }

    .alt-info img {
      position: relative;
      top: 50px;
      right: 30px;
      width: 60px;
      height: 60px;
      margin-left: auto;
      margin-right: auto;
      margin-left: 50px;
      background-color: orangered;
      padding: 20px;
      border-radius: 15px;
    }

    .contact-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 268px;
      right: 10px;
    }

    .contact-pp-link a {
      color: orangered;
    }

    .contact-pp-link a:hover {
      color: #FF6E00; 
    }

    .pp-container {
      background-color: white;
      border: 5px solid orangered;
      width: 80%;
      text-align: center;
      position: relative;
      top: 700px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 10px;
    }

    .pp-container a {
      color: orangered;
    }

    .pp-container h1 {
      background: linear-gradient(135deg, #ef4136, #fbb040);
      width: 100%;
      padding: 10px;
      position: relative;
      right: 10px;
      color: white;
    }

    .pp-content {
      position: relative;
      top: 20px;
    }

    .pp-content ul {
      padding-bottom: 30px;
    }

    .pp-content li {
      list-style-type: none;
    }

    .pp-pp-link {
      float: right;
      padding: 5px;
      position: relative;
      top: 130px;
      right: 8px;
    }

    .pp-pp-link a {
      color: orangered;
    }

    .pp-pp-link a:hover {
      color: #FF6E00; 
    }

  }
