html {
cursor: url('../images/cursor.gif'), auto;
}

body {
 font-family: "Outfit", sans-serif;
 color: #cccccc;
 padding: 0;
 margin: 0 auto;
 }
 
a:link, a:visited {
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
}

a:hover {
 color: #ffcc00;
 text-decoration: none;
 cursor: url(../images/cursor.gif), auto;
}

b {
 color: #ff6699;
 font-weight: bold;
}

img {
 max-width: 100%;
 height: auto;
 padding: 1%;
}

h1, h2{
 color: #333333;
 font-size: 1em;
 text-align: right;
 background-color: #ffffff;
}

h3 {
 color: #ffffff;
 font-size: .8em;
 text-align: left;
}

#content {
 padding: 1.5%;
}

.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

::selection {
 color: #1d1d1d;
 text-shadow: -1px -1px 0 #ffcc00, 1px -1px 0 #ffcc00, -1px 1px 0 #ffcc00, 1px 1px 0 #ffcc00, 0px 0px 5px #ffcc00, 0px 0px 5px #ffcc00, 0px 0px 5px #ffcc00;
}