* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

ul, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
