body {
    font-family: Arial, sans-serif;
    background-color: #F1F0EA;
    color: #212123333;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
}


h2{
    margin-bottom: 1ch;
}

li {
    margin-bottom: 1.5ch;
}

p {
    max-width: 60ch;
}


.headerlink{
    text-decoration: none;
    color: inherit;
}
