@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600&display=swap");body,html{text-align:center;background-repeat:no-repeat;font-family:Urbanist;background:linear-gradient(90deg,#74c6df,#65b3d0,#0a99cd,#37b4d6,#83c4ea);background-size:500% 500%;-webkit-animation:gradent 10s ease infinite;animation:gradent 10s ease infinite}@-webkit-keyframes gradent{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradent{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}a{color:inherit;text-decoration:none}*{box-sizing:border-box}