*{box-sizing:border-box;font-family:"Cedarville Cursive",cursive}#root,body,html{height:100%;margin:0;padding:0;width:100%}.heart-shape{background-color:#fab842;height:200px;position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:200px}.heart-shape:after,.heart-shape:before{background-color:#fab842;border-radius:50%;content:"";height:200px;position:absolute;width:200px}.heart-shape:before{bottom:0;left:-100px}.heart-shape:after{right:0;top:-100px}button{background-color:initial;border:none}.heart{fill:red;-webkit-animation:pulse 1s ease infinite;animation:pulse 1s ease infinite;position:relative;top:5px;width:50px}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.3);transform:scale(1.3)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.3);transform:scale(1.3)}to{-webkit-transform:scale(1);transform:scale(1)}}.wrapper{max-width:600px}.question{background-color:pink;border:20px solid #000;border-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3ClinearGradient id='a' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23cffffe'/%3E%3Cstop offset='25%25' stop-color='%23f9f7d9'/%3E%3Cstop offset='50%25' stop-color='%23fce2ce'/%3E%3Cstop offset='100%25' stop-color='%23ffc1f3'/%3E%3C/linearGradient%3E%3Cpath d='M1.5 1.5h97v97h-97v-97' stroke-linecap='square' stroke='url(%23a)' stroke-width='3'/%3E%3C/svg%3E") 1;justify-content:center;left:0;min-height:100%;padding:21px;position:absolute;top:0;width:100vw}form{align-items:center;display:flex;flex-direction:column}button{cursor:pointer;padding-top:20px}input{background-color:#ffeff2;border:none;border-radius:30px;font-size:18px;height:60px;padding:10px;width:100%}input,p{color:red}p{font-size:30px;text-align:center}.canvas{background-color:pink;height:100vh;width:100vw}
/*# sourceMappingURL=main.883b1592.css.map*/