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

.logo {
    margin-right: 10px;
}