@font-face {
  font-family: 'Pixellari';
  src: local(''),
  url('/fonts/Pixellari.ttf');
}

html, body {
    background-color: rgb(32, 32, 32);
    cursor: url("img/earth-cur.png"), default;
    font-family:'Pixellari', Cochin, Georgia, Times, 'Times New Roman', serif;
    background-image: url("img/universe\ bg.gif");
}
