html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif; }

h1 {
  font-size: 2rem; }

p {
  margin-bottom: 5px; }

.page-content {
  flex: 1 0 auto; }

footer {
  flex-shrink: none; }

body {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF); }

a:not(.dropdown-item) {
  color: #ccc;
  text-decoration: underline; }
  a:not(.dropdown-item):hover {
    color: white; }


/*# sourceMappingURL=bundle.css.map*/