/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');

h2{
	margin-top: 50px;
	margin-bottom: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h3{
	margin-top: 50px;
	margin-bottom: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
border-radius: 10px;
padding: 1em;
background: rgb(255,255,255);
background: linear-gradient(113deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 29%, rgba(229,251,255,1) 100%);
box-shadow: 0 5px 5px 0 #EFEFEF;

	
}

