.jumbotron.border-0.rounded-0 {
background: linear-gradient(45deg, rgba(82, 107, 223, 0.58), rgba(100,216,243,.7), rgba(14, 21, 55, 0.7), rgba(82, 107, 223, 0.58), rgba(13, 62, 61, 0.7)) 0 0 / 1000% no-repeat, url(../../assets/images/bg-header.jpg) 0 0 / cover no-repeat;
-webkit-animation: gradientAnimation 40s ease infinite;
animation: gradientAnimation 40s ease infinite;
}
@-webkit-keyframes gradientAnimation {
	0%   { background-position: 0% 30%, 0 0;}
	50%  { background-position: 100% 70%, 0 0;}
	100% { background-position: 0% 30%, 0 0;}
}
@keyframes gradientAnimation {
	0%   { background-position: 0% 30%, 0 0;}
	50%  { background-position: 100% 70%, 0 0;}
	100% { background-position: 0% 30%, 0 0;}
}


.text-center.title-codeside {
    font-size: 20px;
    color: #6523ff;
    font-variant: small-caps;
    font-weight: bold;
    background: white;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 8px;
    border-radius: 7px;
}

@media only screen and (max-width: 600px) {
.text-center.title-codeside {
    width: 70%;
    font-size: 18px;
}
}