.hero {
	background-image: url('../images/herotausta.webp');
  	/*background-color: #ff0000;*/
  	color: #121212;
	width: 100%;
	text-align: center;
	padding: 50px;
  	margin-bottom: 10px;
}

.kuva {
	width: 50%;
	margin: auto;
	float: left;
    }
    
.artikkeli{
	color: #121212;
	width: 50%;
	margin: auto;
	float: right;
    }

.sivupohja {
	width: 100%;
	margin: 0px auto;
    }
    
.button {
	border: none;
	color: #ffff;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: auto;
	background-color: #121212;
}
.button:hover {
	background-color: #ffff;
	color: #121212
	}

h1 {
	font-family: "Roboto Condensed", san-serif;
	text-align:center;
	font-size:72px;
    text-shadow: 0px 0px 40px black;
    }
    
h2 {
	font-family: "Roboto Condensed";
	text-align:center;
	font-size:42px
    }
    
p {
	font-family: "Noto Sans", sans-serif;
	text-align:center;
	font-size: 18px
    }