* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: #f3f3f3;
    padding: 30px;
}

.container {
    background: #ffffff;
    max-width: 800px;
    margin: auto;
    padding: 40px;
    border: 1px solid #ddd;
}

header {
    text-align: center;
    margin-bottom: 30px;
}

header h1 {
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.contact {
    font-size: 14px;
    color: #444;
}

h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 15px;
}

ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.job {
    margin-bottom: 20px;
}

.job-header {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.company {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.right {
    float: right;
}