body {
    text-align: center;

    font-family: Arial, Helvetica, sans-serif;
}

.large-large {
    font-size: 75px;
}

section {
    background-color: lightgrey;

    border-radius: 10px;

    padding: 1%;

    width: 50%;

    margin: auto;

    font-size: 15px;
}