html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.billboard-description h2,
.billboard-description a {
  color: #1b2550;
}

.billboard-description p {
  line-height: 2;
}

.maintenance-page header {
  display: block;
}

article.node {
  margin-bottom: 0;
}
