body
   {
      font-size: 24px;
      font-family: Arial, Helvetica, sans-serif;
      background: black;
      color: white;
   }

.backlink 
   {
      font-size: 24px;
      color: #000000;
      text-decoration: none;
      margin-top: 10px;
      padding: 10px 10px;
      background-color: #ffcc00;
      border-radius: 4px;
      transition: background-color 0.3s ease;
   }

.backlink:hover
   {
      background-color: $ffa500;
   }

#graph
   {
      position: absolute;
      inset: 80px 10px 10px 50px;
      width: 90%;
      height: 400px;
   }
@media (max-width: 600px) {
   #graph {
      height: 200px;
   }

