body {
  padding: 0 0 100vh 0;
  background: #ffffff;
  scroll-behavior: smooth;
  font: 700 100%/1 "Antonio", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hero {
  height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    position: relative; /* Add position relative to showcase */
}

#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -5; /* Ensure video is behind content */
  filter: blur(1px);
}

.hero__title {
  color: #ffffff;
  display: block;
  font-size: clamp(4.25rem, 13.5vw, 15rem);
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  margin-top: -0.25em;
}
.hero__title-text {
  position: relative;
  z-index: 1;
}
.hero__title-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font: inherit;
  z-index: 0;
}
.hero__title-bg--front {
  color:#474747;
}
.hero__title-bg--back {
  -webkit-text-stroke: 3px currentColor;
  -webkit-text-fill-color: transparent;
}/*# sourceMappingURL=styles.css.map */

#about {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  background-color: #ffffff;
}


#about p {
  font-size: 20px;
  max-width: 600px;
  margin:  auto;
  color: #ff2424;
}


#about h2{
  margin: 30px 0;
  color: #000000;
  font-size: 80px;
}

#about h3 {
  font-size: 200px;
  max-width: 600px;
  margin: auto;
  color: #000000;
}

#about h4 {
  font-size: 40px;
  max-width: 600px;
  margin: 30px auto;
  color: #474747;
}

#about h5 {
  font-size: 40px;
  max-width: 600px;
  margin: 30px auto;
  color: #000000;
}

#about h6 {
  color: #474747;
}

/* Responsive MP3 link */
.mp3-link {
  font-size: 3rem;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.mp3-link:hover {
  color: #e74c3c;
}

@keyframes colorBlink {
  0% { color: red; }
  50% { color: rgb(0, 0, 0); }
  100% { color: red; }
}

.mp3-link {
  animation: colorBlink 0.1s infinite;
}

/* Responsive Adjustments */

@media (max-width: 5000px) {
  
  .hero__title {
    font-size: 138px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 3px currentColor;
    -webkit-text-fill-color: transparent;
  }

  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 70px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 80px;
  }
  #about h5{
    font-size: 24px;
  }
  #about h6{
    font-size: 18px;
  }
}


@media (max-width: 3000px) {
  
  .hero__title {
    font-size: 128px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 3px currentColor;
    -webkit-text-fill-color: transparent;
  }
  
  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 70px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 80px;
  }
  #about h5{
    font-size: 24px;
  }
  #about h6{
    font-size: 18px;
  }
}


@media (max-width: 2000px) {
  
  .hero__title {
    font-size: 128px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 3px currentColor;
    -webkit-text-fill-color: transparent;
  }
  
  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 70px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 80px;
  }
  #about h5{
    font-size: 24px;
  }
  #about h6{
    font-size: 18px;
  }
}


@media (max-width: 1500px) {
  
  .hero__title {
    font-size: 118px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 3px currentColor;
    -webkit-text-fill-color: transparent;
  }

  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 70px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 80px;
  }
  #about h5{
    font-size: 24px;
  }
  #about h6{
    font-size: 18px;
  }
}


@media (max-width: 1000px) {
  
  .hero__title {
    font-size: 112px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 3px currentColor;
    -webkit-text-fill-color: transparent;
  }
  
  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 62px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 80px;
  }
  #about h5{
    font-size: 24px;
  }
  #about h6{
    font-size: 14px;
  }
}

@media (max-width: 950px) {
  
  .hero__title {
    font-size: 102px;
  } 

  .hero__title-bg--back {
    -webkit-text-stroke: 3px currentColor;
    -webkit-text-fill-color: transparent;
  }
  
  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 62px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 80px;
  }
  #about h5{
    font-size: 24px;
  }
  #about h6{
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  
  .hero__title {
    font-size: 98px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 2px currentColor;
    -webkit-text-fill-color: transparent;
  }
  
  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 62px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 80px;
  }
  #about h5{
    font-size: 24px;
  }
  #about h6{
    font-size: 14px;
  }
}

@media (max-width: 850px) {
  
  .hero__title {
    font-size: 92px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 2px currentColor;
    -webkit-text-fill-color: transparent;
  }
  
  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 62px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 80px;
  }
  #about h5{
    font-size: 22px;
  }
  #about h6{
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  
  .hero__title {
    font-size: 88px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 1.2px currentColor;
    -webkit-text-fill-color: transparent;
  }
  
  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 60px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 80px;
  }
  #about h5{
    font-size: 22px;
  }
  #about h6{
    font-size: 14px;
  }
}

@media (max-width: 750px) {
  
  .hero__title {
    font-size: 80px;
  } 

  .hero__title-bg--back {
    -webkit-text-stroke: 1.2px currentColor;
    -webkit-text-fill-color: transparent;
  }
  
  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 60px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 80px;
  }
  #about h5{
    font-size: 22px;
  }
  #about h6{
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  
  .hero__title {
    font-size: 74px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
  }

  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 60px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 70px;
  }
  #about h5{
    font-size: 22px;
  }
  #about h6{
    font-size: 12px;
  }
}

@media (max-width: 650px) {
 
  .hero__title {
    font-size: 68px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
  }
  

  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 16px;
  }
  #about h2 {
    font-size: 60px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 70px;
  }
  #about h5{
    font-size: 20px;
  }
  #about h6{
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  
  .hero__title {
    font-size: 60px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
  }
  
  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 14px;
  }
  #about h2 {
    font-size: 55px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 65px;
  }
  #about h5{
    font-size: 20px;
  }
  #about h6{
    font-size: 12px;
  }
}

@media (max-width: 550px) {
  
  .hero__title {
    font-size: 54px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent;
  }
  
  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 12px;
  }
  #about h2 {
    font-size: 55px;
  }
  #about h3 {
      font-size: 30px;
  }
  .mp3-link{
    font-size: 30px;
  }
  #about h4 {
    font-size: 65px;
  }
  #about h5{
    font-size: 19px;
  }
  #about h6{
    font-size: 12px;
  }
}


@media (max-width: 500px) {
  
  .hero__title {
    font-size: 52px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 0.5px currentColor;
    -webkit-text-fill-color: transparent;
  }
  
  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 12px;
  }
  #about h2 {
    font-size: 50px;
  }
  #about h3 {
      font-size: 25px;
  }
  .mp3-link{
    font-size: 25px;
  }
  #about h4 {
    font-size: 60px;
  }
  #about h5{
    font-size: 17px;
  }
  #about h6{
    font-size: 10px;
  }
}



@media (max-width: 450px) {
 
  .hero__title {
    font-size: 48px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 0.5px currentColor;
    -webkit-text-fill-color: transparent;
  }
 
  #about {
      padding: 0 0 0 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      height: 100vh;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
      justify-items: center; /* Centers horizontally */
      align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 12px;
  }
  #about h2 {
    font-size: 45px;
  }
  #about h3 {
      font-size: 25px;
  }
  .mp3-link{
    font-size: 25px;
  }
  #about h4 {
    font-size: 55px;
  }
  #about h5{
    font-size: 17px;
  }
  #about h6{
    font-size: 10px;
  }
}



@media (max-width: 400px) {
  
  .hero__title {
    font-size: 44px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 0.5px currentColor;
    -webkit-text-fill-color: transparent;
  }

  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 10px;
  }
  #about h2 {
    font-size: 40px;
  }
  #about h3 {
      font-size: 25px;
  }
  .mp3-link{
    font-size: 25px;
  }
  #about h4 {
    font-size: 45px;
  }
  #about h5{
    font-size: 17px;
  }
  #about h6{
    font-size: 10px;
  }
}



@media (max-width: 350px) {
  
  .hero__title {
    font-size: 34px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 0.5px currentColor;
    -webkit-text-fill-color: transparent;
  }

  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 10px;
  }
  #about h2 {
    font-size: 35px;
  }
  #about h3 {
      font-size: 25px;
  }
  .mp3-link{
    font-size: 25px;
  }
  #about h4 {
    font-size: 35px;
  }
  #about h5{
    font-size: 15px;
  }
  #about h6{
    font-size: 8px;
  }
}

@media (max-width: 300px) {
  
  .hero__title {
    font-size: 32px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 0.5px currentColor;
    -webkit-text-fill-color: transparent;
  }

  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 10px;
  }
  #about h2 {
    font-size: 30px;
  }
  #about h3 {
      font-size: 20px;
  }
  .mp3-link{
    font-size: 20px;
  }
  #about h4 {
    font-size: 30px;
  }
  #about h5{
    font-size: 12px;
  }
  #about h6{
    font-size: 6px;
  }
}


@media (max-width: 250px) {
  
  .hero__title {
    font-size: 28px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 0.5px currentColor;
    -webkit-text-fill-color: transparent;
  }

  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 5px;
  }
  #about h2 {
    font-size: 25px;
  }
  #about h3 {
      font-size: 15px;
  }
  .mp3-link{
    font-size: 15px;
  }
  #about h4 {
    font-size: 25px;
  }
  #about h5{
    font-size: 10px;
  }
  #about h6{
    font-size: 5px;
  }
}

@media (max-width: 200px) {
  
  .hero__title {
    font-size: 25px;
  }

  .hero__title-bg--back {
    -webkit-text-stroke: 0.5px currentColor;
    -webkit-text-fill-color: transparent;
  }

  #about {
    padding: 0 0 0 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: fr 1fr 1fr; /* Adjust based on your content */
    justify-items: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */

  }
  #about p, #about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
      text-align: center;
      margin: 0px;
  }

  #about p{
    font-size: 3px;
  }
  #about h2 {
    font-size: 20px;
  }
  #about h3 {
      font-size: 10px;
  }
  .mp3-link{
    font-size: 10px;
  }
  #about h4 {
    font-size: 20px;
  }
  #about h5{
    font-size: 5px;
  }
  #about h6{
    font-size: 3px;
  }
}

