* {
    margin: 0;
    padding: 0;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    scroll-behavior: smooth;
}
body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
}
a {
    color: white;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0px;
    margin-left: 0px;
}

/* Additional Library Classes */
.montserrat {
  font-family: "Montserrat", sans-serif;
}
/* next */

