* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

.container {
    max-width: 800px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #232f3e;
}

h1 {
    font-size: 2em;
    color: #232f3e;
}

.contact-info {
    margin-top: 8px;
    color: #555;
}

.contact-info a {
    color: #527fff;
    text-decoration: none;
}

h2 {
    color: #232f3e;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 10px;
}

h3 { color: #444; }

.job { margin-bottom: 20px; }

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dates {
    color: #777;
    font-style: italic;
}

.location {
    color: #777;
    white-space: nowrap;
}

ul {
    margin-left: 20px;
    margin-top: 5px;
}

li { margin-bottom: 5px; }

.cert-group p { margin-bottom: 5px; }

footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    color: #777;
}

#visitor-count {
    font-weight: bold;
    color: #ff9900;
}
