body {
    scroll-behavior: smooth;
}

header, section {
    height:80vh;
}

main a, main a:visited {
        color:black;
    transition: color .2s linear;
    font-weight: bold;

}

nav ul {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap:1.25em;
    list-style-type: none;
}