@charset "utf-8";
/* CSS Document */

.w3-animate-opacity{animation:opac 5s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 8px 20px 0 rgba(0,0,0,0.2),0 8px 40px 0 rgba(0,0,0,0.19)}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-circle{border-radius:50%}
