* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    font-size: 1em;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

html {
    /* font-size: 0.85em; */
    font-size: 1.0625vw;
}

body, html {
    width: 100%;
    height: 100lvh;
}

.page {
    background-color: white;
}