* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none !important;
}
.text {
  text-align: justify;
  -webkit-column-count: 0;
  -moz-column-count: 0;
  column-count: 0;
  -webkit-column-gap: 0px;
  -mOz-column-gap: 0px;
  column-gap: 0px;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
li {
  list-style: none;
}
@keyframes scaleBig {
  0% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
