@keyframes appear{0%{opacity:0}to{opacity:1}}.home{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.home .sp-banner{opacity:0;animation:.25s ease-in 0s forwards appear;cursor:pointer;width:33%;border-radius:50%}.home .sp-banner:hover{box-shadow:0 0 10px #efe7d5}@media only screen and (max-width: 768px){.home .sp-banner{width:66%}}@media only screen and (max-height: 428px){.home .sp-banner{scale:60%}}@keyframes shadow{0%{box-shadow:0 0 #efe7d5}to{box-shadow:0 0 10px #efe7d5}}
