@font-face {
   font-family: 'fuzzy-bubbles';
   
   src: url('FuzzyBubbles-Bold.ttf') format('truetype');
   
   font-style: normal;
   font-weight: normal;
 }

body {
  background-color: black;
  text-align: center;
  color: white;
  
  font-family: 'fuzzy-bubbles';
}

a:link {
  color: white;
  text-decoration: dotted underline white;
}
a:visited {
  color: white;
  text-decoration: dotted underline white;
}

.footer-text {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  
  font-size: 12px;
}