@font-face {
  font-family: 'Fira Sans';
  src: url('fonts/FiraSans-Regular.woff2') format('woff2'),
      url('fonts/FiraSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 200%;
  margin: 0;
  position: relative;
  background-color:#001e2b;
  display: flex;
  justify-content: center; /* Horizontally center content */
  min-height: 100%;
}

.background-image {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

div.header {
    width: 100%;
    padding-bottom: 2cm;
}

.content {
  width: 60%;
  z-index: 1;
  color: white;
  text-align: center;
  margin-bottom: 4em;
}

.footer {
    position: absolute;
    bottom: 0;
}

a {
    color: white;
}