.welcomepage{width:100%;display:flex;flex-direction:row;height:85vh;justify-content:space-between;align-items:center;box-sizing:border-box}.col-1{align-items:flex-start;padding-left:3%}.col-1,.col-2{width:50%;height:60%;display:flex;flex-direction:column;box-sizing:border-box}.col-2{justify-content:center;align-items:center;padding-left:5%;margin-top:10px}.greet{font-size:5rem;color:#ccc;margin-top:-5rem;margin-bottom:2.5rem}.content h2{color:#007acc;font-size:4.6rem;position:absolute;font-weight:400;margin-top:-80px;filter:brightness(1.5)}.content h2:first-child{filter:brightness(1.5);color:transparent;-webkit-text-stroke:2px #007acc}.content h2:nth-child(2){color:#007acc;filter:brightness(1.5);animation:animate 2s ease-in-out infinite}.welcomedesc{font-size:1.1rem;color:#989898;margin-top:20px;max-width:600px}.faqs{display:flex;flex-direction:column}.faq{width:370px;height:50px;margin:2%}.content,.faq{border-radius:10px}.content{height:40px;display:flex;flex-direction:row}.radio{background-color:#3c3c3c;width:100%;height:7px;filter:brightness(1.5);bottom:0;border-radius:0 0 10px 10px}.welcomeicon{justify-content:center;align-items:center;width:10%;border-radius:10px;border-radius:10px 0 0 0}.welcomedata,.welcomeicon{display:flex;background-color:#2c2c2d;height:100%}.welcomedata{font-size:.85rem;flex-direction:column;justify-content:flex-start;width:90%;border-radius:0 10px 0 0}.connect{display:flex;filter:brightness(2)}.question{font-weight:700;color:skyblue}.wping{margin:15px}.learn{margin-top:10px;font-size:16px}.learn:hover{color:#007acc}@keyframes animate{0%,to{clip-path:polygon(0 45%,16% 44%,33% 50%,54% 60%,70% 61%,84% 59%,100% 52%,100% 100%,0 100%)}50%{clip-path:polygon(0 60%,15% 65%,34% 66%,51% 62%,67% 50%,84% 45%,100% 46%,100% 100%,0 100%)}}