#primary {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-height: calc(100vh - 696px);
    justify-content: flex-start
}