@font-face {
  font-family: 'Ravie';
  src: url('/fonts/ravie.woff');
  font-weight: 400;
  font-style: normal;
}

body {background-color:#01befe;
height:100vh;

margin:0;
padding:0;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif}

HTML,BODY {cursor: url("https://downloads.totallyfreecursors.com/cursor_files/1pointer1.ani"), url("https://downloads.totallyfreecursors.com/thumbnails/1pointer1.gif"), auto;}

A:hover{cursor: url("https://downloads.totallyfreecursors.com/cursor_files/link296.ani"), url("https://downloads.totallyfreecursors.com/thumbnails/link293.gif"), auto;}

h1 {color:#adff02;
text-align:center;
font-family:ravie;
font-size:40pt;}

table {margin:auto;
text-align:center;
align-items:center;
font-size:14pt;
}

th {color:#ffdd00}

td {height:100px;
border:5px inset #8f00ff;
width:100px;
background-color:#8f00ff;
opacity:0.6;
}

.done {border:5px outset #ff7d00;
opacity:1;
background-color:#ff006d;}

.done:hover {border:5px inset #ff7d00;}

.blank {border:none;
background-color:transparent;}

a {color: #ffdd00;
text-decoration:wavy underline 2px #ffdd00;}

a:hover, a:focus {color:#8f00ff;
text-decoration:wavy underline 2px #8f00ff;}

#navback {width:fit-content;
margin:auto;
margin-top:50px;
text-align:center;}

#navback:hover {rotate:20deg;}