/* Select all spans that are immediate children of buttons */
button > span {
    font-size: 2.5rem;
}