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

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

header {
    background: #333;
    color: #fff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #77a0a9 3px solid;
}

header h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

header p {
    text-align: center;
    font-size: 1.2em;
    margin: 10px 0 0 0;
}

section {
    padding: 20px 0;
}

section#about {
    background: #e2e2e2;
}

section#projects .project {
    background: #fff;
    margin: 10px 0;
    padding: 20px;
    border: #ccc 1px solid;
}

section#projects .project h3 {
    margin-top: 0;
}

section#contact {
    background: #333;
    color: #fff;
    text-align: center;
}

section#contact .social-links {
    list-style: none;
    padding: 0;
}

section#contact .social-links li {
    display: inline;
    margin: 0 10px;
}

section#contact .social-links a {
    color: #fff;
    text-decoration: none;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 5px 0;
}
