header {
		text-align: center;
		margin: 0px auto;
		padding: 100px;
		color: mediumvioletred;
}

body,
html {
		height: 100%;
		background-color: black;
}

h1 {
		font-size: 55px;
}

.hangmanWallpaper {
		background-image: url(https://i.pinimg.com/originals/0a/9b/65/0a9b65c27cdbac4d4c37e48ffa3fdb8c.jpg);
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
}

#search-form {
		display: flex;
		justify-content: center;
}

input[type="value"] {
		font-size: 200%;
}

h3 {
		color: white;
		text-align: center;
}

#error {
	position: fixed;
	display: none;
	margin-top: 470px;
	margin-left: 465px;
	width: 300px;
	height: 50px;
	color: red;
	font-weight: 800;
	font-size: 20px;
}

#currentQuestionAnswer {
	color: white;
}
 /**/
#thetimer {
	font-size: 3em;
	color: red;
	text-align: center;
}
