/* CSS Document */

.bg-pink {

	background: #a51c30;    

}

.text-pink {

	color: #a51c30;    

}

.for-shadow:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

