p {
	margin-top: 10px;
	font-size: 100px;
	font-weight: 500;
	text-align: center;
}

.img {
	position: relative;
	margin-top: -100px;
	left: 35%;
}
#img {
	width: 500px;
}

.button {
	position: absolute;
	text-align: center;
	left: 35%;
	
}
button {
	height: 100px;
	width: 200px;
	font-size: 60px;
	border-radius: 100px;
}
