html, body {
  margin: 0;
  padding: 0;
  background-color: rgb(20 19 21);;
  color: white;
  font-family: 'Sora', Arial, Helvetica, sans-serif;

  background: #131313;
  background: linear-gradient(0deg, rgb(15, 15, 8) 0%, rgb(22, 19, 6) 50%, rgb(19, 19, 3) 100%);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:visited,
a:hover,
a:active,
a:link
{
  font-weight: 800;
  font-family: "Sora", Arial, Helvetica, sans-serif;
  color: black;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: "Sora", Arial, Helvetica, sans-serif; 
  margin: 0;
  padding: 0;
  text-transform: none;
  color: #4d4d4d;
}
.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 */
}