/* styles.css */
body {
  font-family: Arial, sans-serif;
color: #585858;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  text-align: center;
  background-color: black;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.source {
  font-size: 12px;
  color: black;
  margin-top: 10px;
}
