@media only screen and (max-width: 600px) {
    .body-header {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .body-header p {
        font-size: 4.8em;
    }
}