.header {
  background: center #13384F no-repeat url('/public/images/hex-background.png');
  height: 500px;
  font-size: 1.25rem;
}

.header > div {
  display: flex;
  align-items: center;
}

.logo {
  height: 100px;
}

.column > p {
  margin: 12px 0;
}

.column > p > a {
  color: #a0b0ff !important;
  text-decoration: underline;
}

.column > p > a:hover {
  filter: brightness(120%);
  text-decoration: underline;
}
