body{
    display: grid;
    place-items: center;
    font-family: 'Share Tech Mono', monospace;
}
.container{
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #333;
    background-image: url(../img/wolves-g58bafcb8b_1920.jpg);
}
.countdown{
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    flex-wrap: wrap;
}
.countdown div{
    display: grid;
    place-items: center;
    padding: 10px;
}
h1{
    text-align: center;
    color: #fff;
    font-size: 40px;
    padding: 30px 10px;
    -webkit-text-stroke: #333 2px;
}
p{
    display: grid;
    place-items: center;
    border: solid 1px #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    background-color: #ff748c;
}
span{
    display: block;
    padding: 10px;
    text-align: center;
    color: #f0f0f0;
    font-size: 30px;
    font-size: 1.8rem;
    font-weight: 400;
    -webkit-text-stroke: #333 0.5px;
}
.final-sms{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    transform: translateY(-100%);
    transition: ease-in-out 0.5s;
    background-color: #333;
}
.final-sms h2{
    text-align: center;
    font-size: 100px;
    color: #fff;
}

.eventox{
    font-size: 50px;
    color: #f0f0f0;
}

.containerv{
    width: 100%;
    min-height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #333;
    background-image: url(../img/wolves-g58bafcb8b_1920.jpg);
}




.music-player-container{
    background: linear-gradient(30deg, rgba(0,0,0,0.65), rgba(0,0,0,0.85));
    backdrop-filter: blur(10px);
    height: fit-content;
    width: 35vw;
    border-radius: 10px;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 2px 8px rgba(19, 22, 224, 0.35);
}

.title-music-container{
    width: 80%;
    height: 80%;
    width: fit-content;
    color: white;
    margin-right: auto;
    margin-left: 10%;
}

.song-title{
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.song-author{
    margin-top: 0.1rem;
    font-size: 12px;
    color: rgb(167, 167, 167);
    letter-spacing: 0.1px;
}

.controls-music-container{
    width: 80%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress-song-container{
    margin-top: 0.6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.progress-bar{
    height: 3px;
    border-radius: 3px;
    width: 100%;
    background-color: rgb(102, 102, 102);
    position: relative;
}

.progress{
    position: absolute;
    height: 100%;
    width: 0%;
    border-radius: 3px;
    background-color: white;
}

.time-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(167, 167, 167);
    font-size: 12px;
}

.time-left{
    margin-top: 0.3rem;
}

.main-song-controls{
    height: 30px;
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon{
    height: 100%;
    width: auto;
    opacity: 0.6;
    cursor: pointer;
}

.icon:hover{
    opacity: 1;
}

audio{
    display: none;
}

footer{
    display: flex;
    flex-direction: column;
  
    justify-content: space-between;
    align-items: center;
    padding: 5px;
  
    
    width: 100%;
    height: 400px;
    background-image:
    linear-gradient(-225deg,
        rgba(6, 58, 57, 0.404) 0%,
        rgba(16, 11, 85, 0.404) 56%,
        rgba(61, 5, 12, 0.438)100%),
        url(../img/Teclado\ .png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position:relative;
  }
  
  .contenedorC2{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
  }
  
  footer .titulo-seccion2{
    margin-bottom: 50px;
    color: #fff;
    font-size: 40px;
    justify-content:end;
    text-align: center;
  }
  
  footer .subtitulo2{
    margin-bottom: 10px;
    color: #f0f0f0;
    font-size: 30px;
    text-align: center;
  }
  
  .redes-sociales{
    padding-top: 40px;
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
  }
  
  .redes-sociales i{
    font-size: 60px;
    color: #fff;
  }
  
  .redes-sociales a{
    font-size: 60px;
    color: #fff;
  }
  
  .input{
    border: 5px solid rgb(184, 179, 179);
    background: rgb(221, 218, 218);
    font-size: 20px;
    color: #fff;
    width: 80%;
    display: flex;
    justify-content:center;
  }
  
  .fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: black;
  }
  
  .submit{
      width: 25px;   
      padding: 15px 0;
      color: black;
      cursor: pointer;   
  }
  
  .fa, .fab, .fad, .fal, .far, .fas:hover{
      color: white;
  }
  
  
  
  