.about ul {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.about ol {
  list-style-type: decimal;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.cover-letter-content p {
    text-indent: 1.5em;
    margin-bottom: 1em

}

.about h3 {
    margin-bottom: 1em;
}

.resume-content a {
    text-decoration: underline;
}

.about h5 {
    font-size: revert;
    font-weight: revert;
}

.level {
    font-style: italic; 
}

.skills li::marker {
    content: "› ";
}