html {
    font-size: 16px;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    background-color: Seashell;
    line-height: 1.5;
}

body {
    width: 800px;
    margin: 0 auto;
    /* padding: 0 20px 20px 20px; */
}

h1 {
    font-family: "Copperplate Gothic Light";
    font-size: 45px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    border-bottom: ridge;
}

.personal-info {
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0; 
    }
}

.short-bullets {
    column-count: 2;
    vertical-align: baseline;

}

.employer {
    font-weight: bold;
    font-style: italic;
}

.website-counter {
    width: 30%;
    display: flex;
    justify-content: center;
}