body {
	background: #7fc1dcb2;
	display: flex;
	align-content: center;
	justify-content:center;
	flex-direction: column;
	padding:60px;
	text-align:center;
}

img {
	border: 4px solid #555;
	border-radius: 20px;
	height: 500px;
}

.reload {
	color: #fff;
	font-weight: bolder;
	font-size: 60px;
	
}
