
@font-face {
  font-family : InsaniacFont;
  src         : url('Fonts/InsaniacFont.woff') format('woff');
}

head {
  <link rel="icon" type="image/x-icon" href="Sprites/RicoRebrandedStamp.ico">
}

body {
  background-image      : url('Sprites/RebrandedWaves.gif');
  background-repeat     : no-repeat;
  background-attachment : fixed;
  background-size       : cover;
  width   : 100%;
  height  : 100vh;
  margin  : 0;
  padding : 0;
}

p {
  font-family : InsaniacFont;
  color       : White;
  font-size   : 2rem;
}

.Center { 
  display      : block; 
  margin       : auto;
}

.Button {
  filter     : brightness(100%);
  transition : 0.2s;
}

.Button:hover {
  filter : brightness(200%);
}

.TopBar {
  position : fixed;
  width    : 100%;
  top      : 0;
}
