* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #fff;
    line-height: 1.5;
    font-size: 15px;
}

.site-header {
    background: #E30590;
    color: #fff;
    text-align: center;
    padding: 1.5rem 1rem;
}

.site-header .home-link {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.site-header .home-link:hover {
    text-decoration: underline;
}

.resume {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.resume-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.resume-header h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0.3rem;
    text-align: center;
}

.resume-header .contact {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    text-align: center;
    letter-spacing: 0.3px;
    margin-top: 0.2rem;
}

h2 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.2rem;
}

.entry {
    margin-bottom: 1rem;
}

p {
    margin: 0.25rem 0;
}

ul {
    margin-left: 1.2rem;
    list-style-type: disc;
}

ul li {
    margin-bottom: 0.3rem;
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
    color: #333;
    font-size: 14px;
}

.home-link {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}

.home-link:hover {
    text-decoration: underline;
}