* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: LobsterTwo;
  src: url("../fonts/LobsterTwo-Regular.ttf");
}
@font-face {
  font-family: Sidha;
  src: url("../fonts/FiraSans-Regular.ttf");
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "LobsterTwo", cursive;
}
main {
  height: 100%;
  width: 100%;
}
div.textContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 30vh 0;
}
div.textContainer p {
  cursor: pointer;
  font-size: 7vw;
  opacity: 0.2;
  color: #676767;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
/*# sourceMappingURL=main.css.map */
