#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
}

.text-title {
    text-transform: capitalize !important;
}

#hero .content-hero{
    border-radius: 20px;
    background-color: #101447;
    text-align: center;
    padding: 20px 10px;
    height: 100%;
}

#hero .content-hero h2{
    color: #fff !important;
    margin-bottom: 0;
    font-size: 15px;
}

.bg-user{
    background-color: #1E88E5 !important;
}

.bg-wh{
    background-color: #00897B !important;
}

.bg-inv{
    background-color: #8E24AA !important;
}