
/**/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

header{
	background: #e7e8eb;
	text-align: left;
	padding: 20px;
}
img	{
	width: 200px;
}
body {
    font-family: 'Raleway',Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #1e1e1e;
    text-align: left;
    	margin: 0;
	padding: 0;

}

.h1, h1 {
    font-size: 1.5rem;
    text-align: center;
    padding: 5px;
}
section{

	padding: 24px;
}
section h2 {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

section h3{
	font-weight: bold;
}
section li{
	margin: 1.5rem auto;
}

a, a:visited, a:active, .link {
	color: #3367d6;
}

.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
@media only screen and (min-width: 999px){
	section{
		padding: 20px 240px;
	}
	header{
		padding: 20px 240px;
	}

}