body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #222222;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-weight: 800;
    color: #222222;
    text-align: center;
    margin-top: 50px;
}

p, ul {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin: 20px auto;
    max-width: 800px;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin: 10px 0;
}

a {
    color: #008080; /* Teal for links */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header {
    margin-bottom: 40px;
}

section {
    margin: 40px auto;
    max-width: 800px;
}

.skills ul {
    text-align: left;
    margin: 0 auto;
    padding: 0 20px;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px;
}

.header {
    flex: 1;
    margin-right: 20px;
    text-align: left; /* Left-align header text */
}

.header h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #222222;
    margin-bottom: 20px;
}

.header p {
    font-size: 1.2rem;
    line-height: 1.6;
}

.contact {
    flex: 1;
    text-align: left; /* Left-align contact text */
}

.contact h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.contact p {
    font-size: 1rem;
    line-height: 1.6;
}