/* css styles */

body {
    font-family: Arial, sans-serif;
    margin: 40px;
    line-height: 1.6;
}

h1 {
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 4px;
}

.cvHeading {
    color: #375A7F;
}


.cvSection,
.cell-output {
    color: #dee2e6;
}

h3 {
    color: #bcccdc;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 4px;
}


p,
li {
    font-size: 16px;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

section {
    margin-bottom: 30px;
}

.subheading {
    font-weight: bold;
    margin-top: 10px;
}

.indent {
    margin-left: 32px;
}

.quarto-listing {
    padding-bottom: 0;
}

#quarto-content>* {
    padding-top: 0px;
}

main {
    margin-top: 0;
    margin-bottom: 0;
}