@media all and (max-width: 1000px) { /* screen size until 1000px */
    p {
        font-size: 3em;
    }
    h1 {
        font-size: 3em;
        font-weight: bold
    }
    h2 {
        font-size: 4em;
        font-weight: bold
    }
}
