*
.logo{
    position: absolute;
    top: -10px;
    left: 10px;
}


    .fecha{
  position: absolute;
  margin-top: -80px;
  left: 16px;
}

hr {
  margin: auto;
  width: 10%;
  color: white;
  margin-top: 20px; 
}


body{
    display: grid;
    place-items: center;
    font-family: 'Agency FB', monospace;
    font-weight: bold;
    background-image: url("./image/fondo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: black;
}
.container{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*background: url(img_flower.jpg);*/
}
.countdown{
    display: flex;
    justify-content: space-evenly;
    width: 60%;
    flex-wrap: wrap;
    margin-top: 40px;

    
}
.countdown div{
    display: grid;
    place-items: center;
    margin-top: -50px;

}
h1{
    text-align: center;
     color: #f9f9f9;
    font-size: 60px;
   margin-top: 100px;
    }
   
p{
    display: grid;
    place-items: center;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    color: #78dd13;
    font-size: 5rem;
    font-weight: bold;
    background-color: #5c5c73b5;
}
span{
    display: block;
    padding: 10px;
    text-align: center;
    color: #f9f9f9;
    font-size: 2rem;
    font-weight: bold;
    margin-top: -100px;
   

}
.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;
}

