@font-face {
    font-family: 'Quicksand';
    src: url('Quicksand-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Quicksand';
	background: rgb(255,255,255); 
	background: radial-gradient(circle, rgba(255,255,255,1) 35%, rgba(0,44,123,0.250) 100%);
	text-align: center;
}