/* Custom styling */

/* Gradient backgroud */
.bg-blue-gradient {
    color: white;
    background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#131313', GradientType=1);
    height: 400px;
    width: 100%;
}


