/* Make all visible text 75 pixels */
html, body, * {
    font-size: 75px !important;
    line-height: 1;
    box-sizing: border-box;
}