body{background:rgb(32, 46, 69);
	color: white;
	font-family: 'DM Serif Text';
font-size: 1.2rem;
line-height: 2rem;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'DM Serif Display';
}
h1{
	font-size: 3.5rem;
}
h2{font-size: 2rem;
	margin-top: 1rem;
}

p{
	margin: 1 rem auto;
}

section#start{
background-color: rgb(103, 162, 117);
	padding:2rem 0;
	border-bottom: 4px solid rgb(8, 143, 54);
	
}

a{
	text-decoration: underline; color: inherit;
}
a:hover{text-decoration: inherit;}


section{
		padding:2rem 0;
	
}
section#usp{
	text-align: center;
	background: #f4f4f4;
	color: #373737;
}


section#ranka-hogre{
	height: 38vw;
	background: url('/bilder/seo-uppsala.jpg');
	background-size: contain;
}