.choice-button{ color: white; background: #0775ff; border: 1px #0644dd; padding: 32px; font-size: 1.5rem; box-shadow: 0px 5px 8px rgba(0,0,0,.2); transition-duration: .5s; } .choice-button:hover{ background: #0644dd; } .choice-score { color: #333; background: #fafafa; padding: 32px 96px; font-size: 1.5rem; box-shadow: inset 0px 0px 6px rgba(0, 0, 0, .2); } .choice-score.selected{ box-shadow: inset 0 0 6px #0644dd; } .app-text-large{ font-size: 1.3rem; } .otree-btn-next{ box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15); padding: 1rem 3rem; }