@import"https://fonts.googleapis.com/css?family=Roboto";*{scroll-behavior:smooth}.main{overflow:hidden}section{width:100vw}.mobileImageWrapper{position:relative}.mobileImageWrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/home-page-desktop-background.jpg);background-size:cover;opacity:.2}.purpleAnimatedBackground{z-index:0;position:relative;background:linear-gradient(90deg,#6e17fa 0,#8c39ff 33%,#6c33a3 66%,#812390);animation:rainbow_animation 6s ease-in-out infinite;background-size:400% 100%}.purpleAnimatedBackground img{position:absolute;left:50%;height:100vh}.main-title{justify-content:center;align-items:start}.main-title div,.main-title span{margin-left:5rem;margin-right:5rem}.main-title .btn{width:13rem;margin-right:1rem}@media only screen and (max-width:600px){.main-title{margin:0}.main-title div,.main-title span{margin-left:.5rem;margin-right:.5rem}.desktop{visibility:hidden}.mobileImageWrapper:before{background-image:url(/home-page-mobile-background.jpg)}}@keyframes rainbow_animation{0%,to{background-position:0 0}50%{background-position:100% 0}}