@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:400,700,700i&display=swap');
html {
  	background-image: url("Bilder/background.jpg");
  	color: black;
	width: 40rem;
	margin: 0 auto;
}
body {  
	font-family: 'Roboto', sans-serif;
	font-size: 1.3rem; 
	margin: 2rem 1rem 1rem 2rem;
	white-space: nowrap;
	text-align: left;
	color: black;
}
h1,h2,h3,h4 {  
	font-family: 'Roboto Slab', serif;
	font-size: 1.5rem;
	font-weight: bold;
}
h1 {
	color: #6666FF;
}
h4 {
	font-size: 1.3rem; 
}
img {
	height: 110px;
	width: auto;	
}
