.full-height-row {
    min-height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
}