.button{margin-top:1rem;color:#fff;font-weight:500;display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;border-radius:.25rem}.button:hover{cursor:pointer}.primary{border:.0625rem solid hsla(0,0%,100%,.6);width:-moz-fit-content;width:fit-content;background:linear-gradient(90deg,#c62368,#e34c67 35%,#fa7268)}.primary:hover{background:linear-gradient(90deg,rgba(198,35,104,.77),rgba(227,76,103,.77) 35%,hsla(4,94%,69%,.77));color:#fff}.plain{border:.0625rem solid hsla(0,0%,100%,.6);background-color:#4a90e2;color:#fff;font-size:1.2rem}.plain:hover{background-color:color-mix(in srgb,#4a90e2,#fff 10%);color:#fff}.secondary{border:.0625rem solid #fff;color:#fff;background-color:#4a90e2}.borderless{margin:0;border:none;text-decoration:underline;color:#4a90e2;background:none}