#map {
    height: 100%;
    width: 100%;
}

p {
    font-size: 1em;
}

@media (max-width: 1250px) {
    p {
        font-size: 2em;
    }
}