a {
  text-decoration: none !important;
}

.title {
	color: #000;
}

.btPlay {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #2adc65;
	padding-top: 28px;
	z-index: 9999;
	position: absolute;
	left: 45%;
	top: 40%;
	font-size: 30px;
	cursor: pointer;
	background-position: 50% 50%;
	background-size: 30px;
	box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, .07);
	transition: all 0.2s ease-in-out;
}

.btPlay:hover {
    transform: scale(1.08);
}

.btPlay2 {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #2adc65;
	padding-top: 8px;
	z-index: 9999;
	position: absolute;
	left: 40%;
	top: 35%;
	font-size: 30px;
	cursor: pointer;
	background-position: 50% 50%;
	background-size: 30px;
	box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, .07);
	transition: all 0.2s ease-in-out;
}

.btPlay2:hover {
    transform: scale(1.08);
}


#title {
	font-family: 'Sofia', cursive !important;
}

.float{
	position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    z-index: 100;
    border-radius: 50px;
    padding: 0px 24px;
    line-height: 50px;
    text-decoration: none;
}

.float:hover {
	color: #FFF;
}

.my-float{
	margin-top:16px;
}
