@media screen and (max-width: 768px) {
    h1 {
        font-size: 42px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 18px;
    }

    .link {
    	font-size: 14px;
    }
}
