@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:300,400,500,700|Nunito:300,400,600,700|Oxygen:400,700|Poppins:300,300i,400,500,700|Quicksand:400,500,700&display=swap');
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  font-family: 'Nunito', sans-serif;
  background: #eee;
  cursor: crosshair
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #101010;
}

h1 {
  font-size: 4rem;
}

.title p {
  font-size: 1.1rem;
}

.btn {
  color: #101010;
  font-weight: bold;
  text-decoration: none;
}

body {
  margin: 0px;
  padding: 0px;
}

.pace {
  pointer-events: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: #101010;
}

.pace .pace-progress {
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  max-width: 400px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: grey;
}

.pace.pace-inactive {
  display: none;
}

#preloader {
  width: 100%;
  height: 100vh;
  background: #101010;
  overflow: hidden;
  position: fixed;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.load {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
}