
.hide{
    display: none !important;
}

.show{
    display: block !important;
}

.margin-bottom-100{
    margin-bottom:100px;
}