
input:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 10px;
  font-weight: bold;
}

/*body {
  min-height: 100%;
  color: #000;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}*/

.statistic {
  display: block;
  padding: 0rem;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
}

.img-icon {
  width: 25%;
}

.font-icon {
  font-weight: bold; color: #fff; 
  font-size: 16px;
}

.youtube{
  width: 100%;
  height: 420px;
}

@media screen and (max-width: 767px) {
  .statistic {
    display: block;
    padding: 0rem;
    font-size: 2rem;
    font-weight: 700;
    color: #C3002F;
  }

  .img-icon {
    width: 25%;
  }

  .font-icon {
    font-weight: bold; color: #C3002F; 
    font-size: 8px;
  }
  .youtube{
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .statistic {
    display: block;
    padding: 0rem;
    font-size: 3rem;
    font-weight: 700;
    color: #C3002F;
  }

  .img-icon {
    width: 25%;
  }

  .font-icon {
    font-weight: bold; color: #C3002F; 
    font-size: 10px;
  }
  .youtube{
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1895px) {
  .youtube{
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1834px) {
  .youtube{
    width: 100%;
    height:   274px;
  }
}