body {
    margin-left: 120px;
    margin-top: 60px;
    margin-bottom: 60px;

    font-family: sans-serif;
    font-size: 36px;
    font-weight: 300;
}

a {
    line-height: 2;
    text-decoration-thickness: 4px;
    text-decoration-color: #ddd;
    color: #555;
    transition: all 0.1s;
}

a:hover {
    text-decoration-color: #ccc;
    color: #111;
}

p {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 40px;
}

footer {
    font-size: 18px;
    margin-top: 120px;
    margin-bottom: 40px;
}


@media (max-width: 800px) {

    body {
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 24px;
    }

    a {
        text-decoration-thickness: 3px;
    }

    p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    footer {
        font-size: 14px;
        margin-top: 90px;
    }
}

