@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
	padding:0;
	margin:0;
	background-color: #F5F7FA;
	color:#333;
	font-family:Raleway;
}

h1 {
	margin-bottom:0;
}

h2 {
	margin-top:10px;
}

h1, h2 {
	font-weight:500;
}

a {
	color:#555 !important;
	text-decoration:none;
	font-weight:500;
}

.center {
	text-align:center;
}

.center img {
	width:100%;
	max-width:800px;
}

@media(max-width:576px){
	body {
		font-size:12px;
	}
	h1 {
		font-size:18px;
	}
	h2 {
		font-size:14px;
	}
}