html{height:100vh}main{align-items:center;display:flex;justify-content:center;height:100vh}.logo{display:flex;height:30vw;width:30vw;max-height:200px;max-width:200px}.logo svg{animation:Pulsate 3s ease-in-out infinite;height:100%;width:100%}@keyframes Pulsate{from{opacity:1}30%{opacity:0}to{opacity:1}}