body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
  background: linear-gradient(135deg, #667eea, #764ba2);
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  padding: 30px;
  border-radius: 16px;
  width: 360px;
  color: white;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

h2 {
  margin-top: 0;
  font-weight: 600;
}

input {
  width: 65%;
  padding: 10px;
  border-radius: 8px;
  border: none;
  margin-top: 10px;
}

button {
  padding: 10px 14px;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  color: #333;
  cursor: pointer;
  margin-left: 5px;
  font-weight: 600;
  transition: 0.2s;
}

button:hover {
  transform: scale(1.05);
  background: #f1f1f1;
}

ul {
  margin-top: 15px;
  padding: 0;
}

li {
  list-style: none;
  background: rgba(255,255,255,0.2);
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
  display: flex; 
  justify-content: space-between;
  align-items: center;
}

li button {
  background: #ff4d4d;
  color: white;
}

li {
  list-style: none;
  background: rgba(255,255,255,0.25);
  padding: 12px;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(5px);
}

input::placeholder {
  color: #ccc;
}

h1 {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
h1 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
}
li div {
  display: flex;
  gap: 8px;
}
