.player {
  text-align: center;
  margin: 50px auto 0;
  width: fit-content;
}

.test {
    display: inline-block;    /* This allows the <a> tag to show the border properly */
    border: 2px solid #000;   /* Gives it a visible 2px black border */
    border-radius: 10px;      /* Rounds the corners */
    padding: 5px 15px;        /* Adds space so the text doesn't touch the border */
    text-decoration: none;    /* Removes the default underline */
    margin: 10px;             /* Keeps it from sticking to other elements */
  }