:root {
    --clr-bg: rgb(27, 27, 27);
    --clr-text:lightgrey;
    --clr-accent: slategrey;
}


body {
    background: var(--clr-bg);
    color: var(--clr-text);
    display: flex;
    flex-direction: column;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 3%;
    margin-bottom: 10%;
}

h1 {
    text-align: center;
    color: var(--clr-accent);
}

h2.sectionheader {
    color: var(--clr-accent);
}

.workplace-text {
    margin-left: 9em;
}

img {
    max-height: 8em;
    max-width: 8em;
    float: left;
}