body {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.5;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 20px;
}


.paper {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

header {
    text-align: center;
    margin-bottom: 30px;
}

header h1 {
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 2em;
}

header p a {
    color: #0073b1;
    text-decoration: none;
    margin: 0 5px;
}

header p a:hover {
    color: #005582;
    /* darker shade on hover */
    text-decoration: underline;
    /* optional: adds underline */
}

h2 {
    color: #2c3e50;
    border-bottom: 2px solid #ddd;
    padding-bottom: 2px;
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: 500;
}

section p {
    margin-top: 0;
}

.company {
    font-size: 1.15em;
    margin-bottom: 1px;
}

.job-title {
    font-style: italic;
    font-size: 1em;
    font-weight: 350;
    margin-bottom: 0.75px;
}

.date {
    float: right;
    font-style: italic;
    color: #888;
}

.skill-list {
    margin-top: 0.75px;
    padding-left: 1em;
    gap: 1em;
}

.education-earn {
    margin-bottom: 0.5px;
    font-size: 1.15em;
}

.degree {
    margin-top: 0.5px;
    font-size: 1em;
}


.center-container {
    display: flex;
    justify-content: center;
    color: #4021f0;
    align-items: center;

}

/**
* body {
    width: 8.27in;
    height: 11.69in;
    margin: 20px auto;
    background: white;
    padding: 1in;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/