.bubble {
	margin-top: 50px;
	width: 500px;
	height: 550px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
}

body {
	background: url('https://ws.cubbyusercontent.com/p/_b743757213bf4788927e4d2e04004f20/bck.jpg/95734970') repeat;
}

.heading{
	position: relative;
	border-radius: 20px;
	top: 30px;
	left: -20px;
	width: 540px;
	height: 40px;
	background-color: #7f9bd9;
	text-align: center;
	font-family: Verdana sans-serif;
	font-style: italic;
	font-size: 30px;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	color: #fff;
}

.text{
	font-family: Verdana;
	padding: 60px 25px 60px 25px;
	font-size: larger;
	color: #c0c0c0;
}

.button{
	font-family: Verdana;
	height: 40px;
	width: 200px;
	position: relative;
	margin-top: 25px;
	background-color: #b90909;
	border-radius: 12px;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

a{
	text-decoration: none;
	color: #c0c0c0;
	margin-top: 13px;
}

.desc {
	margin-top: 50px;
	font-family: Verdana;
}