body {
	background-color: black;
	justify-content: center;
	width: 1450px;
}
h5 {
	color: red;
	font-family: monospace;
	font-size: 190%;
	text-align: center;
	justify-content: center;
	padding-top: 10px;
}



h2 {
	color: green;
	font-family: monospace;
    font-size: 200%;

	text-align: center;
	justify-content: center;
}
h3 {
	color: rgb(0, 51, 0);
	font-family: monospace;
	padding-top: 150px;
	padding-bottom: 80px;

	text-align: center;
	justify-content: center;
}
h4 {
	color: rgb(0, 26, 0);
	font-family: monospace;
    
	text-align: center;
	justify-content: center;
}

p {
	
	color: red;
	font-family: monospace;
	text-align: center;
	justify-content: center;
	

}

a {
	color: rgb(0, 15, 0);
	font-size: 200%;
	font-family: monospace;

}
a:hover {
	color: green;

}
.teksti {
	justify-content: center;
	padding-top: 0px;
	padding-left: 30%;
	padding-right:30%;
    display: flex;

}
.jaakko {

	text-align: center;
	background-color: black;
	padding-bottom: 30px;

}
.pihalla {
	color: red;
	text-align: center;
	font-family: monospace;
	padding-top: 60px;
}




