body {
  background: #3f6685;
  color: #dfb8b4;
  font-family: "Montserrat", "montserrat", "Source Sans", "Helvetica Neue", Helvetica, "Arial Black",
    Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  overflow-y: hidden;
}

main#primary {
  height: 100vh;
  text-align: center;
}

.center-align {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.center-align img {
  width: 25vw;
  min-width: 400px;
  margin: 0 auto;
}

.holding-logo {
  align-self: flex-start;
}

.center-align p {
  align-self: flex-end;
  font-size: 18px;
}

a {
  color: inherit
}

a:hover {
  text-decoration: underline;
}