@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap);body{background:linear-gradient(270deg,#391c5f,#c90dfe,#fe0d8e);background-size:600% 600%;-webkit-animation:AnimationName 15s ease infinite;animation:AnimationName 15s ease infinite}#app{font-family:Lato,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#f5f5f5;margin-top:60px;font-size:3em;font-weight:.5px;background:transparent}@-webkit-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%}}h1{font-size:8vw;padding-top:10vw;border-radius:50px}h1,h2{cursor:pointer}h2{font-size:4vw;padding:50px;margin:10%;transition:.5s ease-in-out}h2:hover{border:1px solid transparent;background:#f5f5f5;color:#000;padding:100px;border-radius:50px;box-shadow:0 50px 300px hsla(0,0%,100%,.4)}