@font-face {
  font-family: 'Gilroy';
    src: url('gilroy-medium.woff') format('woff');
}

body {
  background-color: black;
}

.empty {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.empty-content {
  text-align: center;
  height: auto;
}

h1 {
  font-size: calc(10px + 7vmin);
  color: white;
  font-family: 'Gilroy', "Century Gothic", CenturyGothic, sans-serif;
  margin: 0 0 16px 0;
}

p {
  font-size: calc(10px + 1vmin);
  color: white;
  font-family: 'Gilroy', "Century Gothic", CenturyGothic, sans-serif;
  margin: 16px 0 0 0;
}

a {
  color: white;
  text-decoration: none;
}
