html,body{width:100%;height:100%;margin:0}#root{background-color:#114799;flex-flow:column;align-items:center;width:100%;height:100%;display:flex}h1{text-align:center;color:#93eaf3;-webkit-text-stroke:1px black;margin:1rem;font-family:sans-serif;font-weight:900}h1:first-child{font-weight:900}.mainContainer{background-color:#075f5780;border:2px solid #098f83;flex-flow:column;justify-content:center;align-items:center;margin-top:2rem;padding:.4rem;display:flex}.ballImage{width:100px;height:100px;margin:1rem;animation:4s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
