.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    justify-content: center;
    width: auto;
    padding: 2rem;
}

.container p {
    font-size: 1.1rem;
}

.container a {
    text-decoration: none;
    font-size: 1.1rem;
}

.container a:hover {
    text-decoration: underline;
}

.header {
    display: flex;
    flex-direction: row;
    margin: 2rem 0;
}

.section-title {
    margin-top: 2rem;
}

.list li {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.skills {
    gap: 0.75rem;
    list-style-type: none;
    font-size: 1.1rem;
    padding-left: 24px;
}

.separator {
    border-bottom: 1px solid #ccc;
    margin: 2rem 0;
}

.footer {
    border-top: 1px solid #ccc;
    margin-top: 2rem;
    padding: 1rem;
    display: flex;
    gap: 0.75rem;
}

.footer a {
    text-decoration: none;
    font-size: 1rem;
}

.footer a:hover {
    text-decoration: underline;
}

.footer button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #0000ee;
    text-decoration: none;
    font-size: 1rem;
    font-family: inherit;
}

.footer button:hover {
    text-decoration: underline;
}
