@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');


/* Global Classes */

html, body {

    font-family: 'Montserrat', sans-serif;
    background-color: white;
    line-height: normal;
    margin-bottom: 0%;

}

/* Screen specific styles */

@media (max-width: 550px){}

@media (max-width: 999px){}

@media (min-width: 1000px) {}

