h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
}

a {
    text-decoration: none !important;
}

.fa-spinner {
    -webkit-animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.unselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span,
button,
p,
label {
    font-family: 'Montserrat', sans-serif;
}

#animation_loading {
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    display: none;
    padding: 0;
    margin: 0;
    height: 100%;
    z-index: 5000;
    width: 100%;
}

#logo_animation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
}

#text_animation {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 500;
    text-align: center;
    width: 100%;
    font-size: 50px;
}
.card:hover{
    background-color:#ecf0f1 !important;
      transition: 0.3s;
}