@font-face {
  font-family: HAVEN;
  src: url("/font/Haven-Regular.ttf");
}
body {
  color: white;
  font-family: HAVEN;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  min-width: 256px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-top: 8px;
}
html {
  background-image: url("/images/properSKIES.gif");
  background-position: 0px 0px;
  background-size: 100%;
  background-attachment: fixed;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: #ffe000;
}