.question p{ font-size: 40px; } .question label{ font-size: 32px; display: flex; align-items: center; margin-bottom: 6px; cursor: pointer; } .question input[type="radio"] { transform: scale(2.0); margin-right: 8px; } #submitBtn { font-size: 25px; padding: 12px 24px; } #result { font-size: 40px; }