body,
input,
button {
	font-family: '1942', Arial, sans-serif;
}
#wrapper{
    width: 32rem;
    margin:auto;
    margin-top: 1em;
}

#wrapper_img {
	width: 25rem;
	margin:auto;
}

#bild {
	width: 100%;
	margin-bottom: 2rem;;
}


h2, h1 {
	text-align: center;
    font-size: 3em;
}

input.text {
    width:85%;
    float:left;
}

button {
	cursor: pointer;
	background: none;
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}

button#sprich {
	width: 4.8rem;
	height: 1.26rem;
	font-size:1rem;
}

button#random {
	width: 100%;
	height: 2rem;
	margin-top:1rem;
	margin-bottom:1.2rem;
	font-size: 1.2rem;
}