@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

#text {
	position: fixed;
	top: 48%;
	left: 46%;
	font-family: 'Quicksand', sans-serif;
	color: #efefef;
	text-align: center;
}

#back {
    z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(87,113,140,1) 3%, rgba(114,147,168,1) 52%, rgba(149,177,202,1) 76%); 
}