#bathroom-remodel-calculator { font-family: Arial, sans-serif; max-width: 400px; margin: 0 auto; padding: 20px; background-color: #f4f4f4; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } #bathroom-remodel-calculator h2 { text-align: center; margin-bottom: 20px; } #remodelForm label { display: block; margin-bottom: 5px; font-weight: bold; } #remodelForm input, #remodelForm select { width: 100%; padding: 8px; margin-bottom: 15px; border-radius: 4px; border: 1px solid #ccc; } #remodelForm button { width: 100%; padding: 10px; background-color: #4CAF50; color: white; border: none; border-radius: 4px; cursor: pointer; } #remodelForm button:hover { background-color: #45a049; } #result { margin-top: 20px; font-size: 18px; font-weight: bold; text-align: center; }