body {
  padding: 0;
  margin: 0;
}
#header {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  background: linear-gradient(
      330deg,
      rgba(0, 76, 147, 0.75),
      rgba(163, 1, 95, 0.75)
    ),
    url('../images/WEBP/background.webp');
  background-size: cover;
  background-position: right;
}
#content {
  text-align: center;
}
#content img.logo {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}
p.links {
  padding: 0 0 3px 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8em;
}
