body{
	background: #c5fffc;
}

div{
	text-align: center;
}
button{
	
	margin: 10px;
	margin-bottom: 50px;
	width: 200px;
	height: 60px;
	background: #2AC845;
	line-height: 50px;
	/* float: left; */
	border-radius: 15px;
	font-size: 30px;
	text-align: center;
}
.linkdivleft{
	width: 20%;
	float: left;
	font-size: 25px;
	margin: 5% 5% 5% 25%;
	border-radius: 25px;
	background-color: #4CD964;
}
.linkdivright{
	width: 20%;
	float: left;
	font-size: 25px;
	margin: 5% 15% 5% 5%;
	border-radius: 25px;
	background-color: #4CD964;
}

img{
	width: 50%;
	height: 30%;
	border-radius: 25px;
	padding: 15px;
}
.textdiv{
	margin-bottom: 25px;
}

.miusicDiv {
	
}