body {
  background: #0d0d0d;
  font-family: 'Segoe UI', sans-serif;
  color: white;
  padding: 30px;
  margin: 0;
  text-align: center;
}

h1, h2, h3 {
  color: #e50914;
  margin-bottom: 20px;
}

input[type="text"] {
  width: 100%;
  max-width: 600px;
  padding: 14px;
  border: none;
  border-radius: 10px;
  background: #333;
  color: white;
  font-size: 16px;
  margin-bottom: 30px;
}

button {
  background: #e50914;
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
}

button:hover {
  opacity: 0.9;
}

.logo {
  max-height: 40px;
  vertical-align: middle;
}

ul.lista-status {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

ul.lista-status li {
  background: #1c1c1c;
  padding: 15px;
  border-radius: 10px;
  width: 200px;
  text-align: center;
  box-shadow: 0 0 10px #e50914;
}

ul.lista-status li img {
  width: 100%;
  border-radius: 10px;
}

ul.lista-status li h3 {
  font-size: 16px;
  margin: 10px 0;
}
