#box {
	height: 200px;
	width: 200px;
	display: none;
	position: relative;
}

body {
	font-family: 'Baloo Bhai 2', cursive;
	background-color: rgb(216, 216, 216);
	background: url(simple-background.jpg);
}
#heading {
	/* font-family: cursive; */
	margin-top: -40px;
	text-align: center;
	font-size: 3rem;
	color: rgb(95, 0, 0);
	font-weight: 700;
	margin-bottom: 0;
}
#p1 {
	/* font-family: cursive; */
	margin-top: 10px;
	text-align: center;
	font-size: 1.5rem;
	color: rgb(35, 0, 68);
}
#highlight {
	font-weight: 700;
}
#p2 {
	text-align: end;
	margin-right: 100px;
	font-size: 1.2rem;
	margin-top: 30px;
}
#button {
	z-index: 1;
	padding: 10px 20px;
	background-color: rgb(179, 0, 0);
	color: white;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	margin-left: 95%;
	margin-top: 10px;
	font-size: 1.2rem;
}
#button:hover {
	opacity: 0.8;
}
#button:active {
	opacity: 0.6;
}