@import"https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:atma,serif}@media screen and (min-width: 768px){.carousel-item{width:50%;justify-content:center;text-align:center}}h1{background:#ff7a59;width:60px;height:60px;border-radius:50%;border:1px solid;display:flex;align-items:center;text-align:center}body{background:linear-gradient(239deg,#ff0d00,#0e4bdb);background-size:400% 400%;-webkit-animation:AnimationName 12s ease infinite;-moz-animation:AnimationName 12s ease infinite;animation:AnimationName 12s ease infinite}@-webkit-keyframes AnimationName{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@-moz-keyframes AnimationName{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes AnimationName{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.form-select{background-color:#3fb5ad33}.form-floating{display:flex;align-items:center;text-align:center}.carousel-inner{border-radius:30px}
