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

a {
    color: black;
    text-decoration:underline dotted;
}

a:hover {
    text-decoration: underline;
}

html {
    font-family: Montserrat, Segoe UI, Roboto, sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4,h5 {
    font-family: Segoe UI, Roboto, sans-serif;
}
code {
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    font-weight: 500;
    font-size: 16px;
}
