* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: rgb(224, 224, 206);
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 29px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@font-face {
  font-family: Barlow;
  src: url(../assets/fonts/Barlow/Barlow-Regular.ttf);
}
html {
  height: 100%;
}
body {
  background: rgb(42, 42, 43) url("../assets/bcg.jpg") center no-repeat;
  background-size: 100% cover;
}

@media only screen and (max-width: 1020px) {
  * {
    font-size: 26px;
  }

}
