@charset "UTF-8";
/* CSS Document */
body {
	margin:20px;
}

.style5 {
	font-size: 20px;
	font-weight: bold;
	margin:10px 20px 20px;
}

.style7 {
	font-size: 28px;
}

.style8 {
	font-size: 34px;
	font-weight: bold;
}

/* .nav {
	width:300px;
	height:100%;
	position:absolute;
	transform:translate(-400px,0);
	transition:transform 0.3s ease;
}
.hamburguer {
	margin-left:200px;
	background-image:&#9776;
}*/