@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:400,400i,700,700i&display=swap');

html {
	background-image: url("../images/Background.jpg");
	background-color: black;
	color: black;
}
body {
	margin: 0 auto;
	padding: 1rem;
	width: 45rem;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
}
h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.5rem;
	font-weight: bold;			
}
h2 {
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: underline;
	color: red;
}
h3 {
	margin: 0;
	padding: 0;	
	font-size: 1.2rem;
	font-weight: bold;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
}
p {
	margin-top: 0.2rem;	
}
.comment { 
	font-size: 1rem;
	font-weight: normal;
	font-style: italic;
}
