/*-------------------------------------- DECLARATION --------------------------------------*/
@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: "Montserrat";
    font-style: italic;
    src: url('../fonts/Montserrat-Italic.ttf');
}
@font-face {
    font-family: "Montserrat";
    font-weight: bold;
    src: url('../fonts/Montserrat-Bold.ttf');
}
/*-------------------------------------- GENERAL --------------------------------------*/
html{
    overflow: hidden;
}
* {
    font-family: Montserrat, serif;
    box-sizing: border-box;
}
h1 {
    margin-top: 0;
    color: #171717;
    width: 100%;
}
html, body {
    height: 100%;
    overflow: auto;
}

/*----------------------------MAIN----------------------------*/
main ::-webkit-scrollbar{
    display: none;
}
main {
    margin-bottom: 10vh;
}
main .page-content{
    background-color: white;
    display: flex;
}

/********************************************************************************
********************************RESPONSIVE**************************************/

/*---------------------------WIDTH 420---------------------------*/
@media (max-width: 420px) {
}

/*---------------------------HEIGHT 420---------------------------*/
@media (max-height: 420px) {
}