@font-face {
  font-family: 'C64';
  src: url('../fonts/C64_Pro-STYLE.ttf') format('truetype');
}

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 100%;
  font-family: 'C64', Fallback, sans-serif;
}

a { color: inherit; } 

h1 {
  font-size: 4rem;
  color: #000000;
}

h1 a { text-decoration: none; }

h2 {
  font-size: 1.5rem;
  color: #999999;
}

.menu {
  padding-left: 5rem;
  padding-top: 15rem;
  transform: rotate(-5deg);
  text-align: left;
  border: 100px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}