body {
    /* background-color: #3f3f3f;
    color: white; */
    font-family: 'Times New Roman', serif;
    font-size: 1.25rem;
    line-height: 1.5;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
a {
    color: deepskyblue;
    text-decoration: none;
}
.fs-heading {
    font-size: 1.5rem;
}
@media (min-width: 1025px) {
    body {
        font-size: 1.25rem;
    }
    .fs-heading {
        font-size: 1.5rem;
    }
}
@media (max-width: 1024px) and (min-width: 601px) {
    body {
        font-size: 1.1rem;
    }
    .fs-heading {
        font-size: 1.3rem;
    }
}
@media (max-width: 600px) {
    body {
        font-size: 1rem;
    }
    .fs-heading {
        font-size: 1.1rem;
    }
}