@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
body {
  background: #121212;
  color: #eee;
  font-family: Arial, sans-serif;
  padding: 30px;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.container {
  max-width: 600px;
  margin: auto;
  background: #1e1e1e;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
}

h1 {
  text-align: center;
  color: #f06292;
  margin-bottom: 20px;
}

input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
  background: #2c2c2c;
  color: #fff;
}

input::placeholder {
  color: #aaa;
}

#loading {
  text-align: center;
  margin-bottom: 15px;
  color: #999;
}

ol {
  padding-left: 20px;
}

li {
  background: #2c2c2c;
  margin-bottom: 10px;
  padding: 12px;
  border-left: 4px solid #f06292;
  border-radius: 4px;
  transition: background 0.3s ease;
}

li:hover {
  background: #3a3a3a;
}

a {
  color: #f06292;
  text-decoration: none;
  font-weight: bold;
 font-size: 20px; 
}

a:hover {
    color:white;
  text-decoration:none;
  font-size: 25px;
}

footer {
  text-align: center;
  font-size: 0.9em;
  margin-top: 30px;
  color: #666;
}
