/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card{
.flip-card{
/*display: block;*/
background-color:transparent;
background-color:transparent;
margin:auto;
margin:auto;
margin-top:1rem;
margin-top:1rem;
margin-bottom:2rem;
margin-bottom:2rem;
/* text-align: center;*/
filter:drop-shadow(1rem1rem10pxcornflowerblue);
filter:drop-shadow(1rem1rem10pxcornflowerblue);
width:300px;
width:300px;
height:200px;
height:200px;
@ -150,6 +136,7 @@ hr.line {
/* This container is needed to position the front and back side */
/* This container is needed to position the front and back side */