.fade-frame {
    transition: opacity 0.5s ease, transform 0.4s ease;
}

.fade-out {
    opacity: 0;
    transform: translateX(100px);
}

.fade-in {
    opacity: 1;
    transform: translateX(0);
}
.fs-7 {
    font-size:13px;
}
.fs-8 {
    font-size: 0.75em;
}
.fs-9 {
    font-size: 0.65em;
}
.fs-10 {
    font-size: 0.5em;
}
.h-10 {
    height:10px !important;
}
.h-15 {
    height:15px !important;
}
.h-20 {
    height:20px !important;
}
.h-30 {
    height:30px !important;
}
.h-40 {
    height:40px !important;
}

.h-50 {
    height: 50px !important;
}
.link:hover {
    cursor: pointer;
}