@charset "UTF-8";
.link-btn-dl {
 text-align: center;
 margin-top: 20px;
}
.btn-movie{
	background-color: #7e71de;
	width: 40%;
    border-radius: 3px;
    text-align: center;
    margin: 10px auto 30px;
}
.btn-movie a{
	color: white;
	display: block;
	padding: 20px 30px;
}
@media (max-width: 652px){
	.btn-movie{
		width: 70%;
	}
}
@media (max-width: 388px){
.btn-movie{
		width: 100%;
	}	
}