--root{

}

.header {
	font-size: 18px;
	font-weight: bold;
}

.text-muted {
	font-style: italic;
}

.icon-size{
	font-size: 18px;
	font-weight: bold;
}

.card-effect{
/*	box-shadow: var(--box-shadow);*/
	background-color: #fff;
	transition: all 0.35s ease;
}
.card-effect:hover{
/*	box-shadow: none;*/
    transform: translateY(10px);
}






