@charset "utf-8";
/* CSS Document */
.card{
    padding:10px;
    border:none;
    cursor:pointer;
}

.card:hover{
    background-color:#eee;
}

.card span{
    font-size:14px;
}


.my-section {
	margin-bottom: 200px;
	
}
