@font-face{
  font-family: 'handmade';
  src: url(../HandmadeBrushes.ttf);
  }
@font-face{
  font-family: 'punkstitles';
  src: url(../Punk.ttf);
  }

body {
   justify-content: center;
    margin: 0;
    padding: 20px;
    background-image: url('../purple.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    font-family: 'handmade';
    color:white;
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    cursor: url('../cursor.png?v=2'), auto; 
}

.top {
    display: flex;
    align-items: center;
     justify-content: center;
     position: relative; 
     width: 100%;
  }
h1 {
  font-family: 'punkstitles';
  font-size: 80px;
  text-align: center;
  margin: 0;
  padding: 0;         
  text-align: center;
  }
.goback {
  position: absolute;
  left: 0;
  top: 0;
  }
  
.goback img {
    height:50px;
  width:50px;
  }

a {
  cursor: url('../invertedc.png?v=2'), auto; 
  }
  
   
#board {
  width:450px;
  height: 450px;
  background-color: #46156E;
  border: 5px solid #DCC1F7;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  }

#board img {
  width: 50px;
  height: 50px;
  }
   
   
   
   