
body {
    font-family: 'Roboto Mono', monospace;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    color: #222;
    font-weight: 400;
    font-size: 14px;
    background-color: rgb(201,201,201);
}

h1, h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1 {
    font-size: 24px;
    margin-bottom: 5px;
    border-bottom: 2px solid #222;
    padding-bottom: 10px;
}

h2 {
    font-size: 16px;
    margin: 30px 0 15px 0;
}

.contact {
    margin-bottom: 30px;
    font-size: 13px;
}

.intro {
    margin-bottom: 30px;
}

ul {
    padding-left: 20px;
    list-style-type: none;
}

li {
    margin-bottom: 8px;
    position: relative;
}

li:before {
    content: ">";
    position: absolute;
    left: -20px;
    color: #555;
}

.job {
    margin-bottom: 20px;
}

.job-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.job-title {
    font-weight: 500;
}

.date {
    color: #555;
}

.company {
    font-style: normal;
    color: #555;
}

.two-column {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.column {
    flex: 1;
    min-width: 250px;
}
