.underline {
  text-decoration: underline !important;
}

.underline-hover {
  transition: 1s ease !important;
}

.underline-hover:hover {
  text-decoration: underline !important;
}

.text-footer {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
