html{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  img{
    border-radius: 45px;
    width: 100vw;
  }
  
  a{
    text-decoration: none;
  }
  
  
  
  body{
    width: 100vw;
    background-color: black;
    margin: 0;  
    font-family: 'Padauk', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;  
    text-align:center
  }

  .background00{
    background-image: url("/images/acatlanfondo.webp");
    background-position: right top;
    background-repeat: no-repeat;   
    background-size: 100%;
    width: 100vw;
  }

  .background{
    background-image: url("/images/flores01.webp");
    background-position: right top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    width: 100vw;
  }
  
  h1{
    font-size: 1.5rem;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px rgb(189, 0, 0), 0 0 0.3em rgb(255, 255, 255), 0 0 0.3em #000000;
  }

  h2{
    font-size: 2.5rem;
    color: white;
  }

  h3{
    font-size: 1.5rem;
    color: white;
  }

  .section01{
    
    width: 80vw;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: auto;
  }

  .imageyt img{
    width: 90vw;
    padding: 1rem;
  }

  .imagefb img{
    width: 15vw;
    padding: 1rem;
  }

.contador{
  text-shadow: 1px 1px 2px white, 0 0 0.3em black, 0 0 0.3em #f6e9ce;
    width: 90vw;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: auto;
}

.carita{
  width: 30vw;
}











































  @media screen and (min-width: 650px){

    .background00{
      background-image: url("/images/acatlanfondo.webp");
      background-position: right top;
      background-repeat: no-repeat;   
      background-size: 100%;
      width: 100vw;
    }
  
    .background{
      background-image: url("/images/flores01.webp");
      background-position: right top;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: 100%;
      width: 100vw;
    }
    
    h1{
      font-size: 3rem;
      font-weight: bolder;
      color: rgb(253, 253, 253);
      text-shadow: 1px 1px 2px rgb(189, 0, 0), 0 0 0.3em rgb(255, 255, 255), 0 0 0.3em #000000;
    }
  
    h2{
      font-size: 3.5rem;
      color: white;
    }
  
    h3{
      font-size: 2rem;
      color: white;
    }
  
    .section01{
      
      width: 60vw;
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center;
      margin: auto;
    }
  
    .imageyt img{
      width: 60vw;
    }
  
  .contador{
    text-shadow: 1px 1px 2px white, 0 0 0.3em black, 0 0 0.3em #f6e9ce;
      width: 60vw;
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center;
      margin: auto;
  }

  .count{
    width: 70vw;
    margin: auto;
  }
  
  .carita{
    width: 15vw;
  }

  }
