


/** 
 * Default to Border Box
 */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

html {
    font-size: 100%;
}



*,
*:before,
*:after {
    box-sizing: border-box;
}


body {
    margin: 0;
    width: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "Montserrat", Georgia, serif;
    line-height: 1.6;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
