/*****************************
* GENERAL
*****************************/

p {
    margin: 0;
}

body {
    margin: 0;
    background-color: white;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

@media all and (max-width: 960px) {
    html {
        font-size: 16px;
    }
}

@media all and (max-width: 700px) {
    html {
        font-size: 15px;
    }
}

@media all and (max-width: 600px) {
    html {
        font-size: 14px;
    }
}

@media all and (max-width: 425px) {
    html {
        font-size: 13px;
    }
}

@media all and (max-width: 375px) {
    html {
        font-size: 12px;
    }
}