body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: white;
    color: black;
    max-width: 700px;
    margin: 0 auto;
    padding: 120px 20px 40px 20px;
    line-height: 1.6;
}

main {
    text-align: left;
}

p {
    margin-bottom: 20px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: text-shadow 0.2s ease;
}

a:hover {
    text-shadow: 0.5px 0 0 currentColor;
}

strong {
    font-weight: normal;
    text-shadow: 0.5px 0 0 currentColor;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 40px 0;
}

.email {
    text-align: center;
    margin-top: 40px;
}

.email a {
    color: #555;
} 