body {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}

h1 {
    margin: 0px;
    font-size: 12vw;
}

h2 {
    margin: 0px;
    font-size: 8vw;
}

h3 {
    margin: 0px;
    font-size: 8vw;
}

h4 {
    margin: 0px;
    font-size: 7vw;
}

@media only screen and (min-width : 480px) {
    h1 {
        font-size: 12vw;
    }

    h2 {
        font-size: 8vw;
    }

    h3 {
        font-size: 8vw;
    }

    h4 {
        font-size: 7vw;
    }
}

@media only screen and (min-width : 768px) {
    h1 {
        font-size: 9vw;
    }

    h2 {
        font-size: 5vw;
    }

    h3 {
        font-size: 4vw;
    }

    h4 {
        font-size: 2.5vw;
    }
}

@media only screen and (min-width : 992px) {
    h1 {
        font-size: 6vw;
    }

    h2 {
        font-size: 3vw;
    }

    h3 {
        font-size: 2vw;
    }

    h4 {
        font-size: 1.5vw;
    }
}

@media only screen and (min-width : 1200px) {
    h1 {
        font-size: 5.5vw;
    }

    h2 {
        font-size: 2.5vw;
    }

    h3 {
        font-size: 2vw;
    }

    h4 {
        font-size: 1.5vw;
    }
}

a {
    text-decoration: none;
}