.page {
    min-height: 100vh;
    max-width: 100%;
    font-family: var(--bs-body-font-family);
}

.paragraph {
    justify-self: center;
}

.layout-text {
    width: 700px;
    justify-self: center;
}

