body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

    header {
        text-align: center;
        margin-bottom: 20px;
    }
    
    nav {
        text-align: center;
        margin-bottom: 30px;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    
    nav a {
        margin: 0 15px;
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }
    
    nav a:hover {
        text-decoration: underline;
    }

header h1 {
    margin-bottom: 10px;
}

.contact a {
    margin: 0 10px;
}

section {
    margin-bottom: 40px;
}

h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.job, .project, .degree {
    margin-bottom: 20px;
}

.job h3, .project h3, .degree h3 {
    margin-bottom: 5px;
}

.company, .school {
    font-weight: bold;
}

.dates {
    font-style: italic;
    margin-bottom: 10px;
}

.tech {
    font-style: italic;
}

ul {
    margin-left: 20px;
}

footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}