body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color:  rgb(246, 162, 201);
    max-width: 400px;
    margin: auto;
    color: #ffffff;
}
*{font-weight: inherit; }

/*navigation*/

nav ul { list-style-type: none; padding: 0;}
nav li { margin-top: 1rem; }

a {color: inherit; }

a{
    text-decoration-style: wavy ;
    text-decoration-thickness: 2px;
    text-decoration-color: #ff31d9;
    text-decoration-skip-ink: none;
    text-underline-offset: 0.25rem;
}
a:hover{ background: #ff31d9; color: #ffffff;}