body {
    background-color: var(--s1-secondary);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-wrap: pretty;
    margin-block-end: 2rem;
}
p img,
video {
    border-radius: .8rem;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.lead {
    text-wrap: pretty;
}

.logo-space {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    font-family: var(--s1-font-headings);
    padding-block: 1rem;
    line-height: 1.2;
}

div[id] {
    scroll-margin-top: 3rem;
}

.line-gfx {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line-gfx:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: var(--s1-primary);
}
.line-gfx span {
    display: inline-block;
    background-color: var(--s1-primary);
    border-radius: 19px 15px 14px 26px;
    width: 24px;
    height: 24px;
    line-height: 0;
    transform: rotate(-5deg);
}
.line-box * {
    text-wrap: balance;
}

.btn-secondary {
    color: var(--s1-primary);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: var(--s1-primary);
}








