html, body {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 24px;
  background: #202020;
  letter-spacing: 0.5px;
}
#__nuxt,
#__layout {
  height: 100vh;
  color: white;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.nuxt-progress {
}
