:root{background:#222}body{margin:0}#root{height:100vh;display:flex;align-items:center;justify-content:center}.logo path{color:#444;transition:color .3s ease-out}.logo{transition:transform ease-out .3s}.logo:hover{transform:scale(1.01)}.logo:active{transform:scale(.99)}.logo:hover path{color:#555}.logo:hover path:hover{color:#888}.logo:active path{color:#ddd!important}
