h1 {
    margin-bottom: 2rem;
}

article:not(:first-child) {
    margin-top: 1.5rem;
}

main img {
    width: 100%;
}

.columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    margin-top: 1rem;
}

.columns img {
    border-radius: 1em;
}

html::before {
    content: '';
    background-image: url(../images/imposter.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

a {
    color: color-mix(in srgb, var(--accent-color), black 20%);
}