*{
    scroll-behavior: smooth;
}

body{
    background-color: lightblue;
}
a:hover {
    color: green;
}
