.loading-container{background:linear-gradient(-45deg,#003734,#025f2c,#0c3c33,#003734);background-size:400% 400%;animation:loading_container_gradient 10s ease infinite;height:100vh;min-height:500px;display:flex;justify-content:center;align-items:center}@keyframes loading_container_gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
