@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");#demoButton{background-image:linear-gradient(90deg,#d06283 0,#82334b 51%,#d06283);border-radius:20px;border:none;cursor:pointer;width:120px;height:40px;transition:.5s;background-size:200% auto;color:#fff;margin:0 .75rem;animation:backgroundAnimation 1.5s ease-out infinite,1.5s ease-in infinite}#demoButton:hover{animation:borderPulse 1s ease-out infinite,1s ease-in infinite}#loginButton{background-image:linear-gradient(90deg,#d06283 0,#82334b 51%,#d06283);border-radius:20px;border:none;cursor:pointer;width:120px;height:40px;transition:.5s;background-size:200% auto;color:#fff;margin:0 .75rem;animation:backgroundAnimation 1.5s ease-out infinite,1.5s ease-in infinite}#loginButton:hover{animation:borderPulse 1s ease-out infinite,1s ease-in infinite}#login{background-image:linear-gradient(90deg,#d06283 0,#82334b 51%,#d06283);border-radius:20px;border:none;cursor:pointer;width:120px;height:40px;transition:.5s;background-size:200% auto;color:#fff;margin:0 .75rem}#login:hover{background-position:100%;animation:borderPulse 1s ease-out infinite,1s ease-in infinite}#contactButton{border-radius:20px;border:1px solid #762e3f;cursor:pointer;width:120px;height:40px;color:#d06283;margin:0 .75rem}#contactButton:hover{background-image:linear-gradient(90deg,#d06283 0,#82334b 51%,#d06283);color:#fff;border:none;transition:.5s;background-size:200% auto;background-position:100%;animation:borderPulse 1s ease-out infinite,1s ease-in infinite}@keyframes borderPulse{0%{box-shadow:inset 0 0 0 5px hsla(0,0%,100%,.4),0 0 0 0 #fff}to{box-shadow:inset 0 0 0 3px rgba(117,117,255,.4),0 0 0 10px hsla(0,0%,100%,.4)}}@keyframes backgroundAnimation{0%{background-position:0}50%{background-position:100%}to{background-position:0}}.arrow{position:relative;animation:down .8s infinite}@keyframes down{0%{top:-3px}50%{top:3px}to{top:-3px}}