body {
    background-color: #e0e0e0;
    font-family: sans-serif;
    line-height: 1.6;
}

.resume-page {
    background: white;
    margin: 2em auto;
    padding: 2em;
    max-width: 8.5in;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

header {
    text-align: center;
    margin-bottom: 2em;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
}

header p {
    margin: 0.2em 0;
}

section {
    margin-bottom: 1.5em;
}

h2 {
    border-bottom: 2px solid #333;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#experience > div, #projects > div {
    margin-bottom: 1.5em;
}

h3 {
    margin-bottom: 0.2em;
}

ul {
    padding-left: 20px;
    list-style-type: disc;
}

li {
    margin-bottom: 0.5em;
}

.name {
    filter: blur(8px);
}

.blurred-info {
    filter: blur(8px);
}
