@tailwind base;@tailwind components;@tailwind utilities;header{max-width:100%!important}#root{max-width:1560px;margin:0 auto;padding:2rem;text-align:center}.link{color:#6495ed}.link:hover{color:#00008b}.focus-input:focus{outline:none;box-shadow:none}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-gradient{background-size:200% 200%;animation:gradient 5s ease infinite}.animate-background-gradient:hover{background-size:200% 200%;animation:gradient 5s ease infinite;background-image:linear-gradient(45deg,rgb(59 130 246) 0%,rgb(236 72 153) 50%,rgb(59 130 246) 100%);color:#fff}@media screen and (max-width: 600px){#root{width:100%;padding-left:.5rem;padding-right:.5rem}}
