#resume {
    color: var(--text-color);
    margin: 0vw 10vw 0vw 10vw;
    width: 80vw;
    font-family: var(--font-family);
    font-size: 12px;
}

section.resume-container {
    display: flex;
    flex-direction: column;
    border: none;
    height: min-content;
}

div.resume-header {
    position: static;
    width: min(100%, 1000px);
    text-align: center;
    height: min-content;
    align-self: center;
    font-family: var(--font-family);
    font-size: 20px;
    margin: 25px 0px 25px 0px;
    padding: 0px 0px 7px 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 3px;
    border-color: var(--main-color);
    border-style: solid;
}

a.link-inline {
    padding: 0px;
    margin: 0px;
}

div.resume-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 30px 0px 30px;
    font-size: 16px;
    align-self: center;
    width: min(100%, 1000px);
}

div.resume-item-static {
    display: static;
    padding: 0px 30px 0px 30px;
    font-size: 16px;
    align-self: center;
    width: min(100%, 1000px);
}

div.resume-item-left {
    margin-right: 25px;
}

div.resume-item-right {
    width: max-content;
    flex-shrink: 0;
}

ul.resume-list {
    margin-top: 0px;
    margin-bottom: 30px;
}