body{animation:load 1s ease-in-out}@keyframes load{from{opacity:0}100%{opacity:1}}.effect{animation:Effect 1.5s}@keyframes Effect{from{box-shadow:none;transform:scale(.95)}}