* {
	padding: 0;
	margin: 0;
}


body {
	padding: 20px;
	margin: 20px;
	background-image: url('thunder.jpg');
	background-size: cover;
	background-repeat: none;
    background-position: center center;
	height : 100vh;
	color : white;
}

#result {
	margin-bottom: 50px;
	font-size: 400%;
	text-align: center;
}

#generate {
	border-radius: 20px;
	padding: 20px;
	font-size: 30px;
}

