body {
    background-color: #fdf6e3;
}

li {
    list-style: disc outside !important;
    margin-left: 2em;
}

a:hover {
    text-decoration: underline;
}
