body {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    width: 80%;
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

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

h1 {
    color: #121212;
    font-size: 2em;
    margin: 0;
}

h2 {
    color: #333;
    font-size: 1.5em;
    border-bottom: 1px solid #101010;
    padding-bottom: 5px;
}

h3 {
    color: #212223;
    font-size: 1.2em;
    margin-top: 10px;
}

a {
    color: #004F90;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.skills {
    display: flex;
    justify-content: space-between;
}

.skill-category {
    width: 48%;
}

ul {
    list-style-type: circle;
    margin: 5px 0;
    padding-left: 20px;
}

ul li {
    margin: 5px 0;
}
