.hypo-wrapper { max-width: 350px; padding: 20px; background: #fff; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); display: flex; flex-direction: column; gap: 10px; } .hypo-wrapper h3 { text-align: center; margin-bottom: 10px; } .hypo-wrapper input { padding: 10px; border: 1px solid #ccc; border-radius: 8px; } .hypo-wrapper button { padding: 12px; background: #0078ff; color: white; border: none; border-radius: 10px; cursor: pointer; font-size: 16px; } .hypo-wrapper button:hover { background: #005fcc; } .result { text-align: center; font-size: 18px; margin-top: 15px; }