body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

p {
    margin: 0.5em 0;
}

a {
    transition: color 0.3s ease;
}

a:hover {
    color: #1a73e8;
}