@import"https://fonts.googleapis.com/css2?family=Righteous&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto}body{width:100%;min-height:100vh;background:url(/assets/background-DVQCIJiP.jpg);background-size:cover;background-position:center}#root{display:flex;justify-content:center;align-items:center;background:#fffc;width:100%;min-height:100vh}.animatedMeat{display:inline-block;transform-origin:50% 50%;animation:spin 1s linear infinite}h1,h2{text-align:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
