html {
    scroll-behavior: smooth;;
}
body {
    background-color: aqua;
}
a {
    margin: 3px;
}
h2:target{color:red};
