.soft-button { display: inline-block; padding: 0.6rem 1.2rem; background-color: #2b7de9; color: white; text-decoration: none; border-radius: 20px; font-weight: 500; box-shadow: 0 2px 4px rgba(0,0,0,0.1); transition: all 0.2s ease; cursor: pointer; } .soft-button:hover { background-color: #1a68d4; transform: translateY(-1px); box-shadow: 0 4px 8px rgba(0,0,0,0.15); }