header {
    font: 30px "Atkinson Hyperlegible", "Lucida Grande", Helvetica, Arial, sans-serif;
    /*border: 2px dotted green;*/
}

.section {
    text-align: center;
    position: sticky;
    top: 0;
}

.index {
    text-align: center;
}

nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
    font: 20px "Atkinson Hyperlegible","Lucida Grande", Helvetica, Arial, sans-serif;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
}

p {
    width: 200px;
    padding: 5px;
    /* border: 1px solid black;*/
}

a {
    text-decoration: none;
    color: black;
}

a:link {
    color: green;
}

a:visited {

}

a:hover {
    text-decoration: underline;
}