body {
  background-color: #121212;
  color: #f0f0f0;
  font-family: 'Inter', sans-serif;
}

#main h2 {
  text-align: center;
  font-size: 50px;
}

hr {
  border: none;
  border-top: 1px solid #6b7280; 
}

  #footer p {
  color: #6b7280;
  text-align: center; 
  }
  
a {
  color: #60a5fa;
}