@font-face {
  font-family: "ostrich-regular";
  src: url("/fonts/ostrich-regular.ttf") format("truetype");
}

@font-face {
  font-family: "robotocondensed-light";
  src: url("/fonts/robotocondensed-light.ttf") format("truetype");
}

body, html {
  height: 100%;
  margin: 0;
  background-color: #000000;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}

.bg {
  background-image: url("/images/mountains_bg.webp");
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10;
  opacity: 0.2;
  top: 0px;
  left: 0px;
}

.logo-container {
  position: relative;
  top: 50px;
  width: 100%;
  display: table;
}

.logo-text {
  font-family: ostrich-regular;
  font-size: 100px;
  color: lightgrey;
  position: relative;
  text-align: center;
}

.logo-image {
  height: 200px;
  width: 100%;
  background-image: url("/images/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 400px 400px;
  position: relative;
  top: 15px;
  left: -50px;
}

.phrase-container {
  position: relative;
  top: 100px;
  width: 100%;
  clear: both;
}

.phrase-text {
  font-family: robotocondensed-light;
  font-size: 35px;
  color: lightgrey;
  text-align: center;
}
