* {
    box-sizing: border-box;
}

/* DEFAULT */
body {
    background-color: pink;
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
    color: black;
}


.container {
    max-width: 640px;
    background-color: white;
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
}

.content {
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
    font-size: 9.9px;
}


/* INFO */
.info {
    text-align: center;
    padding-top: 28px;
    margin-bottom: 28px;
}

.info .name {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 6px;
}

.info p {
    font-size: 11px;
}

.info a {
    text-decoration: none;
}


/* EXPERIENCE */
.experience .job-title {
    margin-bottom: 16px;
}

.experience .work {
    font-weight: bold;
}

.experience hr {
    height: 1.2px;
    border: none;
    background-color: black;
    margin-bottom: 12px;
}

.experience .title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 12px;
}

.experience ul {
    list-style: inside;
    line-height: 1.5;
    margin-left: 4px;
    text-align: justify;
}

/* EDUCATION */
.education {
    padding-bottom: 8px;
}

.education .edu {
    font-weight: bold;
}

.education hr {
    height: 1.2px;
    border: none;
    background-color: black;
    margin-bottom: 12px;
}

.education span:first-of-type {
    font-weight: bold;
}

.education span:last-of-type {
    font-style: italic;
}