h1 {
    color: lightgreen;
    text-align: center;
}

section {
    border-radius: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

#Habits {
    border-left: 5px solid green;
    background-color: rgb(223, 245, 223);
}

#Values {
    border-left: 5px solid yellow;
    background-color: rgb(247, 247, 216);
}

#Define {
    border-left: 5px solid mediumvioletred;
    background-color: rgb(248, 218, 237);
}

h2 {
    border-bottom: 1px solid gray;
    padding-top: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

ol,
ul,
dl {
    padding-bottom: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

ul {
    list-style: "💪"
}

dt {
    color: red;
}