.row>*{
    vertical-align: middle;
}
a {
    text-decoration: none;
    color:var(--bs-color);
}
.vh-80 {
    height: 80vh !important;
}

.min-vh-80 {
    min-height: 80vh !important;
}
.smaller {
    font-size: 0.75rem;
}
.wh-0 {
    width: 0 !important;
    height: 0 !important;
}
.wh-20px {
    width: 20px;
    height: 20px;
}
.wh-25px {
    width: 25px;
    height: 25px;
}
.wh-30px {
    width: 30px;
    height: 30px;
}
.wh-100px {
    width: 100px;
    height: 100px;
}
.wh-100px {
    width: 100px;
    height: 100px;
}