@font-face {
  font-family: Quicksand;
  src: url(Quicksand-Light.ttf);
}

body {
  background-color: black;
  background-image: url(background.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
}

.main {
  background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1));
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  padding: 40pt;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bar {
  border-top: 1px solid white;
}

.text {
  margin-top: 20pt;
  text-align: center;
  font-size: 24pt;
  padding: 20pt;
  line-height: 34pt;
  font-family: 'Quicksand', sans-serif;
  color: #efefef;
  font-weight: 100;
}

.yellow {
  color: #ffae17;
}

.soon {
  margin-top: 80pt;
  text-align: center;
  font-size: 24pt;
  font-weight: 800;
  color: rgb(128, 128, 128);
  font-family: 'Quicksand';
}