.clause {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    padding: 2rem;
    background-color: var( --color-dark );
    border-top: 1px solid var( --color-light-alpha );
}

.clause > .description {
    width: 80%;
    color: var( --color-light );
}