@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');


  .year {
    font-size: 100px;
    z-index: -1;
    opacity: 0.2;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
    
  .container_contador {
   
    color: #ff9966;
    font-family: 'Lato', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    overflow: hidden;
  }


  .time {
    margin: 15px;
    text-align: center !important;
  }
  
  .time h2 {
    margin: 0 0 5px;
  }
  
  @media (max-width: 500px) {
    h1 {
      font-size: 45px;
    }
  
    .time {
      margin: 5px;
    }
  
    .time h2 {
      font-size: 12px;
      margin: 0;
    }
  
    .time small {
      font-size: 10px;
    }
  }
