:root {
    --link-color: rgb(142, 142, 142);
    --primary-color: #4584e8;
    --secondary-color: #64748b;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --bg-light: #f8fafc;
}

pre {
    line-height: normal;
}

body {
    margin: 0 auto;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    background-color: #ffffff;
    max-width: 100%;
}

a {
    color: var(--link-color);
}

a a:visited {
    color: var(--link-color);
}

a:hover {
    color: "black";
}

.center {
    margin: auto;
    border: 0px solid black;
    max-width: 700px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    body {
        margin: 10px;
    }

    h1 {
        margin-top: 0px;
    }
}

h1 {
    font-size: 2.25 rem;
    display: inline-block;
}

h2 {
    font-size: 1.4rem;
}

.flash {
    background: #2A7B9B;
    background: linear-gradient(90deg, var(--primary-color) 0%, rgb(67, 187, 117) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

.desc {
    color: var(--link-color);
    font-size: 1.2em;
}

.location {
    color: var(--link-color);
    margin-left: 10px;
}

.contacts {
    color: var(--link-color);
    display: flex;
    gap: 15px;
}

.contacts a {
    color: var(--text-muted) !important;
    font-weight: 500 !important;
}

.job-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.job-location {
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.job-description {
    margin-bottom: 1.5rem;
}

.job-description li {
    margin-bottom: 0.7rem;
    line-height: 1.6;
}

.stats-section {
    background: var(--bg-light);
    border-radius: 8px;
    padding: 0.1rem 0rem 0.1rem 1rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--text-muted);
}

.stats-item {
    margin-left: 0.5rem;
}

.catch {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin: 2.5rem 0rem;
    text-align: center;
    max-width: 90%;
}