

.title {	font-size: 40px;
	align: center;
	font-weight: bold;
	font-family: Nunito;
	color: #775757;
	opacity: 1;
}

.menu {	font-size: 20px;
	align: center;
	font-weight: bold;
	font-family: Nunito;
	color: #9168b4;
	opacity: .9;
}

.headermenu {	font-size: 16px;
	align: center;
	font-weight: bold;
	font-family: Nunito;
	color: #8a6895;
	opacity: 1;
	padding-left: 10px;
}

.div-1 {
		background-color: #000000;
		position: absolute;
    top:15px;
		border-radius: 10px;
}

.div-2 {
		background-color: #000000;
		position: absolute;
    bottom: 10px;
		border-radius: 15px;
}

.div-3 {
		background-color: #000000;
		position: absolute;
    top: 400px;
		width: ;
		border-radius: 50px;
}

.div-4 {
		background-color: #000000;
		position:;
    top: ;
		width:260px;
		border-radius: 50px;
}

.div-5 {
		background-color: #000000;
		position:;
    top: ;
		width:320px;
		border-radius: 50px;
}

.div-6 {
		background-color: #000000;
		position:;
    top: ;
		width: 162px;
		border-radius: 50px;
}
.heading {	font-size: 24px;
	align: left;
	font-weight: bold;
	font-family: Nunito;
	color: #775757;
	opacity: 0.75;
}

.content {	font-size: 12px;
	align: center;
	font-weight: ;
	font-family: Nunito;
	color: #b57878;
	opacity: 1;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;

}

.bubblecontent {	font-size: 12px;
	align: center;
	font-weight: ;
	font-family: Nunito;
	color: #b57878;
	opacity: 1;
	padding: 16px;


}


a:link {
	color: #8a63ab;
	text-decoration: none;
}
a:visited {
	color: #8455ab;
	text-decoration: none;
}
a:hover {
	color: #ba6ec9;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
