html, body {
  margin: 0;
  padding: 0;
  background-color: rgb(20 19 21);;
  color: white;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
a,
a:visited,
a:hover,
a:active,
a:link
{
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
      -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}