.card{width:70dvw;height:97dvh;border-radius:10px 0 0 10px;background:linear-gradient(40deg,#000 10%,#1d5997 58%,#65e6b1 88%,#cff8e7);background-size:120% 120%;-webkit-animation:AnimationName 8s ease infinite;-moz-animation:AnimationName 8s ease infinite;animation:AnimationName 8s ease infinite}.second-card{border-radius:0 10px 10px 0;flex-basis:3;width:30dvw;height:97dvh;background:linear-gradient(140deg,#000 10%,#1d5997 58%,#65e6b1 88%,#cff8e7);background-size:120% 120%;-webkit-animation:AnimationName 5s ease infinite;-moz-animation:AnimationName 5s ease infinite;animation:AnimationName 5s ease infinite}@-moz-keyframes AnimationName{0%{background-position:88% 0%}50%{background-position:13% 100%}to{background-position:88% 0%}}@keyframes AnimationName{0%{background-position:88% 0%}50%{background-position:13% 100%}to{background-position:88% 0%}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;margin:0}body{margin:0;min-width:100vw;min-height:100vh}
