.first {
  background-color: black;
  color: white;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.second {
  height: 90px;
  margin-left: 65px;
  margin-top: 15px;
  margin-right: 15px;
}

.third {
  width: 100%;
  height: 100vh;
}

.fourth {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  margin-top: 40px;
}

.fifth {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: 300px 300px;
  height: 750px;
  margin-top: 30px;
  justify-content: center;
  align-content: center;
  column-gap: 7px;
  row-gap: 150px;
}

.dropdown-menu {
  width: 190px;
  height: 140px;
  background-color: whitesmoke;
}

.dropdown-item {
  width: 160px;
  margin-top: -2px;
  line-height: 1.3;
}

.first {
  animation: slide 1s ease-out forwards 0s 1;
}

.fourty {
  animation: goback 1s ease-out forwards 0s 1;
}

@keyframes goback {
      0% {
        transform: translateX(100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }

.thirtytwo {
  animation: bounce 2s ease-in-out 0s 1;
}

@keyframes bounce {
      0%, 100% {
        transform: translateY(0);
      }
      13% {
        transform: translateY(-70px);
      }
      26% {
        transform: translateY(0px);
      }
      39% {
        transform: translateY(-55px);
      }
      52% {
        transform: translateY(0px);
      }
      65% {
        transform: translateY(-40px);
      }
      78% {
        transform: translateY(0px);
      }
      90% {
        transform: translateY(-25px);
      }
    }

.thirtythree {
  animation: fadeUp 1s ease forwards 0s 2;
} 

@keyframes fadeUp {
    0% { 
      opacity: 0; 
      transform: translateY(40px); 
    }
    100% { 
      opacity: 1; 
      transform: translateY(0); 
    }
  }

.thirtyfour {
  animation: fadeDown 1s ease forwards 0s 2;
} 

@keyframes fadeDown {
    0% { 
      opacity: 0; 
      transform: translateY(-0px); 
    }
    50% { 
      opacity: 1; 
      transform: translateY(40px); 
    }
    100% {
      opacity: 1; 
      transform: translateY(-0px); 
    }
  } 
  
.thirtyfive {
  animation: slideLeft 1s ease-out forwards 0s 2;
}

@keyframes slideLeft {
    0% { 
      opacity: 0;
      transform: translateX(-100%); 
    }
    100% { 
      opacity: 1; 
      transform: translateX(0); 
    }
  }

.thirtysix {
  animation: slideRight 1s ease-out forwards 0s 2;
} 

@keyframes slideRight {
      0% {
        transform: translateX(100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }

.thirtyseven {
  animation: zoomIn 0.8s ease-in forwards 0s 2;
} 

.thirteen {
  animation: zoomIn 0.8s ease-in forwards 0s 2;
} 

@keyframes zoomIn {
    0% { 
      transform: scale(0.5); 
      opacity: 0; 
    }
    100% { 
      transform: scale(1); 
      opacity: 1; 
    }
  }

.thirtyeight {
  animation: flipCard 2s ease-in-out forwards 0s 1;
    transform-style: preserve-3d;
}

@keyframes flipCard {
    0% { transform: rotateY(360deg); opacity: 1; }
    100% { transform: rotateY(0); opacity: 1; }
  }

.thirtynine {
  animation: popUp 1.2s ease-in forwards 0s 2;
} 

@keyframes popUp {
    0% { transform: scale(0.3); opacity: 0; }
    70% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); }
  }

.twenty {
  animation: slide 1s ease-out forwards 0s 1;
}  

.twentyfive {
  animation: slide 1s ease-out forwards 0s 1;
} 

.twentysix {
  animation: slide 1s ease-out forwards 0s 1;
} 

.twentyseven {
  animation: slide 1s ease-out forwards 0s 1;
} 

.twentyeight {
  animation: slide 1s ease-out forwards 0s 1;
} 

.twentynine {
  animation: slide 1s ease-out forwards 0s 1;
} 

.thirty {
  animation: slide 1s ease-out forwards 0s 1;
} 

@keyframes slide {
      0% {
        transform: translateX(-100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }

.twentyfour {
  animation: correct 1s ease-out forwards 0s 1;
}    

.seven {
  text-align: center;
}

.seven1 {
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 2px;
  font-weight: 500;
}

.seven2 {
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  height: 17px;
  width: 0px;
  margin-left: 52px;
  margin-bottom: 10px;
}

.seven3 {
  padding-left: 57px;
  text-decoration: none;
  color: red;
  font-weight: 700;
  font-size: 18px;
}

.seven4 {
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  height: 17px;
  width: 0px;
  margin-bottom: 10px;
}

.eight {
  margin-top: 200px;
  height: 50px;
  width: 140px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.5px;
}

.eleven {
  color: white;
  text-decoration: none;
}

.nine {
  margin-top: 70px;
  margin-left: 85px;
}

.ten {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: 300px 300px 300px 300px;
  height: 1900px;
  margin-top: 80px;
  justify-content: center;
  align-self: start;
  column-gap: 7px;
  row-gap: 150px;
}

.twelve {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 422px;
  width: 100%;
}

.thirteen {
  background-color: whitesmoke;
  width: 360px;
  text-align: center;
  padding-top: 20px;
}

.fourteen {
  height: 110px;
  width: 110px;
}

.fifteen {
  text-align: center;
  font-size: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.sixteen {
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
  padding-left: 20px;
  padding-right: 20px;
}

.seventeen {
  display: grid;
  grid-template-columns: 300px;
  grid-template-rows: 300px;
  height: 300px;
  margin-top: 70px;
  margin-left: 80px;
  justify-content: left;
  align-content: center;

}

.eighteen {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: 300px 300px;
  height: 750px;
  margin-top: 80px;
  justify-content: center;
  align-content: center;
  column-gap: 7px;
  row-gap: 150px;
}

.nineteen {
  display: grid;
  grid-template-columns: 300px 300px;
  height: 300px;
  margin-top: 140px;
  margin-left: 80px;
  justify-content: left;
  align-content: center;
}

.card:hover {
  cursor: pointer;
}

.seven:hover {
  text-decoration: black solid underline;
}

.twenty {
  margin-top: 85px;
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 422px;
  width: 100%;
  background-color: black;
}

.twentyone {
  text-align: center;
  color: white;
  width: 360px;
}

.twentytwo {
  font-weight: 400;
  font-size: 25px;
  padding-top: 20px;
  line-height: 2.5;
}

.twentythree {
  line-height: 2.4;
  color: whitesmoke;
  font-weight: 500;
  text-decoration: none;
}

.twentythree:hover {
  cursor: pointer;
  color: white;
  text-decoration: white solid underline;
}

.twentyfour {
  margin-top: 0.7px;
  background-color: black;
  padding-left: 75px;
  font-size: 14px;
  height: 110px;
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.twentyfive {
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 422px;
  width: 100%;
  background-color: black;
}

.twentysix {
  margin-top: 220px;
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 422px;
  width: 100%;
  background-color: black;
}

.twentyseven {
  margin-top: 160px;
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 422px;
  width: 100%;
  background-color: black;
}

.twentyeight {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 422px;
  width: 100%;
  background-color: black;
}

.twentynine {
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 422px;
  width: 100%;
  background-color: black;
}

.thirty {
  display: flex;
  justify-content: center;
  gap: 10px;
  height: 422px;
  width: 100%;
  background-color: black;
}

.thirtyone {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: 300px 300px 300px 300px;
  height: 1900px;
  margin-top: 80px;
  justify-content: center;
  align-self: start;
  column-gap: 7px;
  row-gap: 150px;
}

.nav-link:hover {
  text-decoration: black solid underline;
}

.cup:hover {
  content: url("./IMAGES/Decent_Flare.jpg");
}

.battery:hover {
  content: url("./IMAGES/Absolute_Dreamer_fab.jpg");
}

.board:hover {
  content: url("./IMAGES/For_You.jpg");
}

.chair:hover {
  height: 285px;
  content: url("./IMAGES/Be_Mine.jpg");
}

.wood:hover {
  content: url("./IMAGES/Dignified_Men.jpg");
}

.out:hover {
  content: url("./IMAGES/Awesome_Love.jpg");
}

.door:hover {
  content: url("./IMAGES/Cute_Soulmate.jpg");
}

.cycle:hover {
  content: url("./IMAGES/It_s_Me.jpg");
}

.sky:hover {
  content: url("./IMAGES/Noble_Prestige_wbg.jpg");
}

.pen:hover {
  content: url("./IMAGES/Harmony_wbg.jpg");
}

.pencil:hover {
  content: url("./IMAGES/Night_s_Tide_wbg.jpg");
}

.eraser:hover {
  content: url("./IMAGES/Floral_Elegance_wbg.jpg");
}

.shape:hover {
  content: url("./IMAGES/Oullu_wbg_dc.jpg");
}

.rectangle:hover {
  content: url("./IMAGES/quick_silver_wbg.jpg");
}

.triangle:hover {
  content: url("./IMAGES/White_Dove_wbg.jpg");
}

.oval:hover {
  content: url("./IMAGES/Oasis_wbg.jpg");
}

.jump:hover {
  content: url("./IMAGES/apostle_wbg.webp");
}

.over:hover {
  content: url("./IMAGES/Maestro-1.webp");
}

.repeat:hover {
  content: url("./IMAGES/Golden_Amber_wbg.webp");
}

.again:hover {
  content: url("./IMAGES/Augment_wbg.webp");
}

.rotate:hover {
  content: url("./IMAGES/Fellas_wbg_1.webp");
}

.spin:hover {
  content: url("./IMAGES/avatar_wbg.webp");
}

.speed:hover {
  content: url("./IMAGES/Misty_Rain_wbg.webp");
}

.fast:hover {
  content: url("./IMAGES/courage-2.webp");
}

.fly:hover {
  content: url("./IMAGES/blu_wbg.webp");
}

.slow {
  transition: all 2s ease-in;
}

.slow:hover {
  height: 300px;
}

.idea {
  transition: all 2s ease-in;
}

.idea:hover {
  height: 270px;
}

.drop:hover {
  content: url("./IMAGES/date-night-men-2.webp");
}

.down:hover {
  content: url("./IMAGES/timeout-2.webp");
}

.write {
  transition: all 2s ease-in;
}

.write:hover {
  height: 300px;
}

.up:hover {
  content: url("./IMAGES/prime-bella.webp");
}

.break:hover {
  content: url("./IMAGES/onespirit-2.webp");
}

.clock {
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tiny {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
}

@media (min-width: 340px) and (max-width: 374.33px) {
  .third {
    height: 150px;
  }

  .fourty {
  animation: none;
  }

  .fourth {
    font-size: 36px;
    margin-top: 25px;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3350px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 270px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1250px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 310px;
    text-align: center;
    padding-top: 20px;
  }

  .seventeen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px;
    height: 300px;
    margin-top: 70px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px 300px 300px 300px 300px;
    height: 2100px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .nineteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 100px;
    height: 750px;
    margin-top: 140px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
    row-gap: 350px;
  }

  .twenty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 28px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .twentyfive {
    margin-top: 3890px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentysix {
    margin-top: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyseven {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyeight {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentynine {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirty {
    margin-top: 2520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    width: 400px;
    background-color: black;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .tiny {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
  }
}

@media (min-width: 375px) and (max-width: 400.33px) {
  .third {
    height: 150px;
  }

  .fourty {
  animation: none;
  }

  .fourth {
    font-size: 36px;
    margin-top: 25px;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3350px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 270px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1250px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 310px;
    text-align: center;
    padding-top: 20px;
  }

  .seventeen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px;
    height: 300px;
    margin-top: 70px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px 300px 300px 300px 300px;
    height: 2100px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .nineteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 100px;
    height: 750px;
    margin-top: 140px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
    row-gap: 350px;
  }

  .twenty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 28px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .twentyfive {
    margin-top: 3890px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentysix {
    margin-top: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyseven {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyeight {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentynine {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirty {
    margin-top: 2520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .tiny {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
  }
}

@media (min-width: 401px) and (max-width: 430.33px) {
  .third {
    height: 150px;
  }

  .fourty {
  animation: none;
  }

  .fourth {
    font-size: 36px;
    margin-top: 25px;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3350px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 270px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1250px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 310px;
    text-align: center;
    padding-top: 20px;
  }

  .seventeen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px;
    height: 300px;
    margin-top: 70px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px 300px 300px 300px 300px;
    height: 2100px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .nineteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 100px;
    height: 750px;
    margin-top: 140px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
    row-gap: 350px;
  }

  .twenty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 28px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .twentyfive {
    margin-top: 3890px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentysix {
    margin-top: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyseven {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyeight {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentynine {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirty {
    margin-top: 2520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .tiny {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
  }
}

@media (min-width: 431px) and (max-width: 458.33px) {
  .third {
    height: 200px;
  }

  .fourty {
  animation: none;
  }

  .fourth {
    font-size: 36px;
    margin-top: 25px;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3350px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 270px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1200px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 340px;
    text-align: center;
    padding-top: 20px;
  }

  .seventeen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px;
    height: 300px;
    margin-top: 70px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px 300px 300px 300px 300px;
    height: 2100px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .nineteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 100px;
    height: 750px;
    margin-top: 140px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
    row-gap: 350px;
  }

  .twenty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 28px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .twentyfive {
    margin-top: 3890px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentysix {
    margin-top: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyseven {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyeight {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentynine {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirty {
    margin-top: 2520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .tiny {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
  }
}

@media (min-width: 459px) and (max-width: 500.33px) {
  .third {
    height: 200px;
  }

  .fourty {
  animation: none;
  }

  .fourth {
    font-size: 36px;
    margin-top: 25px;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3350px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 270px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1200px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 350px;
    text-align: center;
    padding-top: 20px;
  }

  .seventeen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px;
    height: 300px;
    margin-top: 70px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px 300px 300px 300px 300px;
    height: 2100px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .nineteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 100px;
    height: 750px;
    margin-top: 140px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
    row-gap: 350px;
  }

  .twenty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 28px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .twentyfive {
    margin-top: 3890px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentysix {
    margin-top: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyseven {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyeight {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentynine {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirty {
    margin-top: 2520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .tiny {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
  }
}

@media (min-width: 501px) and (max-width: 540.33px) {
  .third {
    height: 200px;
  }

  .fourty {
  animation: none;
  }

  .fourth {
    font-size: 36px;
    margin-top: 25px;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3350px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 270px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1100px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 380px;
    text-align: center;
    padding-top: 20px;
  }

  .seventeen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px;
    height: 300px;
    margin-top: 70px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px 300px 300px 300px 300px;
    height: 2100px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .nineteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 100px;
    height: 750px;
    margin-top: 140px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
    row-gap: 350px;
  }

  .twenty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 28px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .twentyfive {
    margin-top: 3890px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentysix {
    margin-top: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyseven {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyeight {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentynine {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirty {
    margin-top: 2520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .tiny {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
  }
}

@media (min-width: 541px) and (max-width: 619.33px) {
  .third {
    height: 200px;
  }

  .fourty {
  animation: none;
  }

  .fourth {
    font-size: 36px;
    margin-top: 25px;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3350px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 270px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1050px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 420px;
    text-align: center;
    padding-top: 20px;
  }

  .seventeen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px;
    height: 300px;
    margin-top: 70px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 300px 300px 300px 300px 300px;
    height: 2100px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .nineteen {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 100px;
    height: 750px;
    margin-top: 140px;
    margin-left: 50px;
    justify-content: left;
    align-content: center;
    row-gap: 350px;
  }

  .twenty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    
    background-color: black;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 28px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .twentyfive {
    margin-top: 3890px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentysix {
    margin-top: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyseven {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentyeight {
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .twentynine {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirty {
    margin-top: 2520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
    background-color: black;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    height: 3400px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 250px;
  }

  .tiny {
    font-size: 25px;
    text-align: center;
    font-weight: 400;
  }
}

@media (min-width: 620px) and (max-width: 679.33px) {
  .third {
    height: 300px;
  }

  .fourty {
  animation: none;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 200px 200px 200px 200px;
    height: 1550px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 280px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px 300px 300px 300px;
    height: 3680px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }

  .twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 500px;
    text-align: center;
    padding-top: 20px;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px;
    height: 1200px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .nineteen {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px;
    height: 450px;
    margin-top: 10px;
    margin-left: 10px;
    justify-content: center;
    align-content: center;
    column-gap: 7px;
    row-gap: 150px;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 35px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px 300px 300px 300px;
    height: 3240px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }
}

@media (min-width: 680px) and (max-width: 768.33px) {
  .third {
    height: 300px;
  }

  .fourty {
  animation: none;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 200px 200px 200px 200px;
    height: 1550px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 280px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px 300px 300px 300px;
    height: 3680px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }

  .twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 1000px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 500px;
    text-align: center;
    padding-top: 20px;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px;
    height: 1200px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .nineteen {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px;
    height: 450px;
    margin-top: 10px;
    margin-left: 10px;
    justify-content: center;
    align-content: center;
    column-gap: 7px;
    row-gap: 150px;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 35px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px 300px 300px 300px;
    height: 3240px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }
}

@media (min-width: 769px) and (max-width: 820.33px) {
  .third {
    height: 300px;
  }

  .fourty {
  animation: none;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 200px 200px 200px 200px;
    height: 1550px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 280px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px 300px 300px 300px;
    height: 3680px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }

  .twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 900px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 600px;
    text-align: center;
    padding-top: 20px;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px;
    height: 1200px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 35px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px 300px 300px 300px;
    height: 3240px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }
}

@media (min-width: 821px) and (max-width: 912.33px) {
  .third {
    height: 300px;
  }

  .fourty {
  animation: none;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 200px 200px 200px 200px;
    height: 1550px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 280px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px 300px 300px 300px;
    height: 3680px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }

  .twelve {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 850px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 710px;
    text-align: center;
    padding-top: 20px;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px;
    height: 1200px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 35px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px 300px 300px 300px;
    height: 3240px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }
}

@media (min-width: 913px) and (max-width: 993.33px) {
  .third {
    height: 390px;
  }

  .fourty {
  animation: none;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 200px 200px 200px;
    height: 1150px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 280px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px 300px;
    height: 2780px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }

  .twelve {
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 480px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 290px;
    text-align: center;
    padding-top: 20px;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 300px 300px;
    height: 750px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 35px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px;
    height: 2330px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }
}

@media (min-width: 994px) and (max-width: 1030.33px) {
  .third {
    height: 390px;
  }

  .fifth {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 200px 200px 200px;
    height: 1150px;
    justify-content: center;
    align-content: center;
    row-gap: 250px;
  }

  .eight {
    margin-top: 280px;
    height: 50px;
    width: 140px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .ten {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px 300px;
    height: 2780px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }

  .twelve {
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 480px;
  }

  .thirteen {
    background-color: whitesmoke;
    width: 290px;
    text-align: center;
    padding-top: 20px;
  }

  .eighteen {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 300px 300px;
    height: 750px;
    margin-top: 80px;
    justify-content: center;
    align-content: center;
    row-gap: 150px;
  }

  .twentyfour {
    margin-top: 0.7px;
    background-color: black;
    padding-left: 35px;
    font-size: 14px;
    height: 110px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .thirtyone {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 300px 300px 300px 300px 300px;
    height: 2330px;
    margin-top: 80px;
    justify-content: center;
    align-self: start;
    row-gap: 150px;
  }
}