body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.bottom-navigation .btn {
  flex: 1;
}

.gradient-blue {
  background: rgb(0, 157, 26);
  background: linear-gradient(
    49deg,
    rgba(0, 157, 26, 1) 15%,
    rgba(0, 117, 51, 1) 49%,
    rgba(0, 32, 208, 1) 100%
  );
}
