h3 {
    text-transform: uppercase;
    font-size: 1.8em;
    text-align: center;
    letter-spacing: 3px;
    display: inline-flex;
    font-weight: 900;
}

a {
    display: block;
    color: #666;
}

a:hover {
    display: block;
    color: #888;
    text-decoration: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #8a96a3;
}
.border-bottom {
  border-bottom: 1px solid #8a96a3;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Romanesco', cursive;
    color: #8a96a3;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

div.top-container {
  margin-top: 20vh;
}