¿Cómo prefieres tu perfume?

/* assets/questions.css */ .container { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; background-color: #000; color: #fff; text-align: center; } .question { margin: 20px; } button { background-color: transparent; color: #fff; border: 2px solid #fff; padding: 10px 20px; margin: 10px; cursor: pointer; } button:hover { background-color: #fff; color: #000; }