body {
	background: rgba(30, 30, 30, 0.6) url(../imagens/Starting_Overlay.jpg) no-repeat center top;
	background-size: 1920px;
	background-blend-mode:multiply;
}
.topbar-grad {
	width: auto;
	height: 3px;
	background: linear-gradient(65deg,#E16D2F, #C39C1B, #94AD24, #59B819, #27BB29);
}