* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100vw;
  height: 100vh;
}

.pre-loader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.loader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #131313;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 400px;
  z-index: 2;
  color: #fff;
}

.count {
  flex: 2;
  text-align: right;
  line-height: 1;
  padding: 0 1em;
  font-family: "Tenor Sans", sans-serif;
}

.copy {
  flex: 6;
  font-family: "Tenor Sans", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
}

.introLogo {
  overflow: hidden;
}

.introLogo .letter {
  display: inline-block;
  line-height: 1em;
}

.header {
  display: flex;
  padding: 1em;
}

.header h1 {
  flex: 1;
  position: relative;
  font-size: 20vw;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
}
