body {
    background-color: #D7FFEE;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h3 {
    background-color: white;
    border-style: solid;
    display: inline-block;
}

ul {
    list-style-position: inside;
}