.col-center {
    justify-items: center;
    align-content: center;
}

.justify-space-between {
    justify-content: space-between;
}

.flex-column{
    flex-direction: column;
}

.sticky{
    position: sticky;
    top:3rem;
}