.flex {
    display: flex;
}
.flex-dir-col {
    display: flex;
    flex-direction: column;
}

.hover:hover, .btn {
    cursor: pointer;
}