* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none !important;
  transition: all 0.75s ease;
}
.animate {
  transition: all 0.75s ease-in-out;
}
.animate:hover {
  transform: scale(1.1);
}

footer p {
  font-size: 0.8rem;
}
