body { font-family: Arial, sans-serif; background-color: #141414; color: white; text-align: center; padding: 20px; } header h1 { color: #e50914; /* Vermelho Netflix */ } ul { list-style: none; padding: 0; } li { background: #333; margin: 10px auto; padding: 10px; width: 50%; border-radius: 5px; } button { background-color: #e50914; color: white; border: none; padding: 10px 20px; cursor: pointer; border-radius: 5px; font-size: 16px; } button:hover { background-color: #b20710; }