* {
    font-family: "Montserrat", sans-serif;
}

*,
*::before,
*::after {
box-sizing: border-box;
}

a {
    text-decoration: none;
}