@font-face {
  font-family: 'Stalinist One';
  src: 
        url('StalinistOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #1b1b1b, #6e6e6e);
    font-family: "Stalinist One", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1 {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #101010;
}

body{
  margin:0px;
  padding:0px;
}

.pace {
  pointer-events: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 10%;
  width: 400px;
  border: 0px;
  height: 5px;
  overflow: hidden;
  background:#1b1b1b;
}

.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);
}


.p {
    
  position: absolute;
    top: 40%;
    left: 50%;

    transform: translate(-50%, -50%);
    font-size: 40px;
    background: -webkit-linear-gradient(#666666,#a6a6a6,#a2f7f0, #3cffef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}