@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Sans:wght@100;200;400;700&display=swap");

html {
  height: 100%;
}

body {
  background-color: #111;
  background-image: url(../images/blackout/stone-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

  color: #eee;

  font-family: "Fira Sans", serif;
  font-weight: 100;
  font-style: normal;
  font-size: 20px;

  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;

  background-image: url(../images/bfa-gear-o-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60vmin;
}

.copyright {
  position: absolute;
  bottom: 2em;
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  color: #999;
}

.message {
  width: 400px;
  position: relative;
  left: 50%;
  margin-left: -200px;
  text-align: center;
}

.logo {
  filter: invert(100%);

  max-width: 80%;
}

h1 {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
