.allTheLinks {
  margin-left: 368px;
  width: 800px;
  color:lightblue;
  font-family: 'Agbalumo';font-size: 22px;
  
}

body {
  background-color: black;
   background: url(backgrounds/night-sky.jpg);
   background-repeat: no-repeat;
   cursor: url("Cursor/shooting_star.png"), auto;
}

h1 {
  margin: 0;
}

.back-button {
    font-family: 'Agbalumo';
    font-size: 22px;
    border: none;
    display: flex;
    height: 40px;
    width: 60px;
    border-radius: 10px;
    border: none;
    background-color: lightblue;
    color: blueviolet;
    
  }

  .back-button:hover {
    cursor: pointer;
    text-decoration: underline;
    cursor: url("Cursor/shooting_star.png"), auto;
  }

  a {
    cursor: url("Cursor/shooting_star.png"), auto;
  }