html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: Montserrat, sans-serif;
  background-color: #0d2b4a;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 800px) {
  html {
    font-size: 0.75em;
  }
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column; }

.deltawave-logo {
  width: 80%;
  max-width: 1000px; }
  .deltawave-logo.text-size {
    width: unset;
    max-width: unset;
    height: 1.3em;
    display: inline-block;
    position: relative;
    top: 0.48em; }
    .deltawave-logo.text-size svg {
      height: 1.6em; }

.white {
  color: white; }

h1 {
  text-align: center;
  width: 100%; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  background-color: #0d85ba;
  text-align: center;
  color: white; }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ef765b; }
  .footer__content {
    margin: 0 auth;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer__content a {
      color: black;
      text-decoration: none;
      padding: 1em 1.5em;
      font-weight: bold;
      display: flex;
      align-items: center;
      transition: background-color 0.1s ease;
      background-color: #ef765b; }
      .footer__content a:hover {
        background-color: #ffb8a8; }
      .footer__content a svg {
        height: 1.5em;
        margin-right: 0.8em; }
