@font-face {
  font-family: "Puzzled";
  src: url(assets/fonts/puzzled.ttf) format("truetype");
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: "Montserrat";
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

*:focus {
  outline: none;
}

ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
p,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

input,
textarea,
button {
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  background: black;
}

::-webkit-input-placeholder {
  color: black;
}

::-moz-placeholder {
  color: black;
}

::-ms-input-placeholder {
  color: black;
}

::placeholder {
  color: black;
}

ul,
li {
  list-style: none;
}
