body {
    color: #333;
    font-family: 'Mate SC', 'Balthazar', serif;
    font-size: 2rem;
    line-height: 2.5rem;
    background-color: #FFF;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

b {
    font-weight: 900;
    font-size: 2.5rem;
}

.container {
    height: 100vh;
    display: flex;
    justify-content: center;
    margin-top: 15%;
    text-align: center;
}

.smaller {
    font-size: 1.5rem;
    margin-bottom: 4rem;
}

.number {
    font-size: 2.5rem;
}

@media (max-width: 700px) {
    body {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    b {
        font-size: 2.2rem;
    }
    .number {
        font-size: 2rem;
    }
    .container {
        margin-top: 20%;
    }
}
