body {
	background-color: #FFF;
	color: #000;
	font-family: "Ariel", sans-serif;
}
h1 {
	text-align: center;
	font-size: 36px;	
	color: #010101;
	font-weight:bold;
}

p {
	text-align: center;
	font-size: 26px;	
	color: #010101;
}

div.emoji {
	text-align: center;
	font-size: 150px;	
	font-weight:bold;
}

#main-img {
	margin-top: 2%;
	max-width: 300px;
}
#text {
	margin-top: 10px;
}
#form {
	margin-top: 10px;
}
#mce-EMAIL {
	max-width: 265px;
}
.btn-circle {
	width: 40px;
	height: 40px;
	line-height: 40px; /* adjust line height to align vertically*/
	padding: 0;
	border-radius: 50%;
}
.button {
	margin-top: 10px;
	background-color: #1F1D1D;
	color: #A3A3A3;
	font-weight: 600;
	border:none !important;
}
.button:hover {
	color: #1F1D1D;
	background-color: #A3A3A3;
}