body {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .h-md-100 {
    height: 100vh;
  }
}
.btn-round {
  border-radius: 0.25em;
}
.bg-gradient-blue {
  background: linear-gradient(#4a99dd, #075190);
}
a:hover {
	text-decoration: none;
}
