.page {
    min-height: 100vh;
    max-width: 100%;
}

.horizontal-sep {
    display: flex;
    width: 80%;
    justify-self: center;
}

.layout-text {
    width: 600px;
    justify-self: center;
    font-family: var(--bs-body-font-family);
}