button.reload {
    font-size: 36px;
}
.phrase {
    font-family: 'Playfair Display';
    margin-top: 20px;
    font-size: 36px;
}
.phrase:empty {
    display: none;
}
.phrase:before {
    content: '„';
}
.phrase:after {
    content: '“';
}