.narrow{
    text-align: center;
}

.spliter{
    width: 100%;
    height: 0;
    border: .125em solid var(--accent);
    border-radius: 1em;
    background-color: var(--accent);
    margin-top: 2em;
}
@media screen and (min-width: 800px) {
    .narrow{
        width: 50%;
    }
}