* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: 'Encode Sans SC', sans-serif;
  color: #333;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: sans-serif;

  overflow-x: hidden;
}

.tops {
  position: fixed;
  z-index: 10;
}

.semi-font {
  font-family: 'Encode Sans Semi Condensed';
}

/* Add logic to JS */
.is-active {
  color: #222;
}

.btn-color {
  color: #f1f3f5;
}

.container {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sk-txt {
  color: #e9af04;
}

.open {
  opacity: 1;
  transition-delay: 0.7s;
  pointer-events: visible;
}
