* {
    margin: 0;
    padding: 0;
    /*font-family: Cambria, Cochin, Times, Times New Roman, serif;*/
    font-family: Sans-serif;
}
html {
  scroll-behavior: smooth;
}

a:checked,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}