a.btn-lg {
  text-decoration: none;
}
.btn-lg {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 0;
}
.btn-lg:hover {
  filter: opacity(80%);
}
