@font-face {
   font-family: 'NickelGothic';
   src: url('./fonts/NickelGothic/NickelGothicV3-Regular-BF674fcf1125876.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}

* {
   padding: 0px;
   box-sizing: border-box;
}

body {
   font-family: 'NickelGothic', monospace;
   font-size: x-large;
   background-color: #101010;
   color: #A0A0A0;
   text-align: center;
}

a {
   text-decoration: none;
   color: #FFFFFF;
}

.ball {
   display: block;
   margin: 20px auto;
   width: 128px;
   height: 128px;
}

.highlight {
   color: #FFFFFF;
}


