body{
    position:fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:#ffffff;
    color: rgb(120, 0, 122);
    text-align: center;
    font-family: monospace;
}
 
button {
    flex-wrap: wrap;
    position:relative;
    background:rgb(0, 88, 19);
    color:#eee;
    border: none;
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
}
 
button a {
    text-decoration: none;
    color: #ffffff;
  }
  button:hover {
    background: rgb(120, 0, 122);
    cursor: grab;
    color: #eee;
    transition: ease .5s;
  }
 
  h2 {
    text-decoration: none;
    color:rgb(120, 0, 122);
  }
 
  #highScores{
    color:rgb(0, 88, 19);
    font-size: 20px;
  }
