html,
body {
    background-color: #121212;
    color: #eaeaea;
}

a {
    color: color-mix(in srgb, currentColor 85%, var(--palette-accent-primary));
    text-decoration: underline;
    text-decoration-color: currentColor;
}

a:hover {
    text-decoration-color: rgba(0, 0, 0, 0.6);
}

h2 {
    font-size: 20px;
}

header h1,
header h2,
main p {
    text-align: center;
}

header h1 a {
    position: absolute;
    left: 10px;
    transform: translateY(-50%);
}

h3 {
    color: #121212;
}
