html {
    font-size: 62.5%;    
    box-sizing: border-box;
  }

  *, *::before, *::after {
      box-sizing: inherit;
  }

  body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;  
  }


  .promo {
      padding-top: 350px;
      display: flex;
      flex-direction:column;
      justify-content: center;
      align-items: center;
      width:60%;
      margin:auto;
      position:relative;
      z-index: 2;
    }


    .promo h1 {
        font-size: 3.5rem;
        text-align:center;
        color:#f3f3f3;
        font-weight: 700;
    }


    .promo p {
        font-size: 2.5rem;
        text-align:center;
        color: #f3f3f3;
        font-weight: 900;
    }

    button {
        display: inline-block;
        border:none;
        height:50px;
        border-radius: 30px;
        padding: 10px 0;
        width: 200px;
        background-color:#f5be09;
        font-size: 1.8rem;
        color: #3f3f3f;
        font-weight: 800;
        transition: 150ms;
        margin-top: 40px;
    }
    button:focus {
        outline:none;
    }

    button:hover{
        transform:translate(0, -5px) ;
    }

 #hero {
     min-height: 100vh;
     position:relative;
 } 

 video {
     position:absolute;
     top: 0;
     left:0;
     width:100%;
     height:100%;
     object-fit: cover;
 }

 .capa {
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
     background:#1c1c1d;
     opacity:0.5;
     mix-blend-mode: overlay;
 }
  .audio-button {
      position: fixed;
      top: 10px;
      right: 10px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border: none;
      outline: none;
      z-index: 1000; 
    }

    /* Ícono de la nota musical */
    .audio-button::before {
      content: '♪';
      font-size: 24px;
      color: white;
    }
#enter { 
    text-align: none;
    text-decoration: none;

    
}
#japan{ 
    font-family: Space Mono;

}