@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";html,body{margin:0;padding:0}*{font-family:Manrope,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}body{min-width:100vw;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;z-index:0;background:linear-gradient(to right,#111,#202020)}.container{position:relative;width:100dvw;height:100dvh;display:flex;align-items:center;justify-content:center;padding:20px;z-index:2}.container img{position:absolute;width:540px;height:auto;border:10px solid white;box-shadow:0 4px 20px #00000080;padding:10px;background:#fff}.container img:first-of-type{top:-200px;left:0}.container img:last-of-type{top:-60px;right:0}.text{text-align:center;font-size:60px;font-style:normal;font-weight:700;line-height:68px;background:linear-gradient(180deg,#fff,#ffffffb3);background-clip:text;overflow-wrap:anywhere;-webkit-background-clip:text;-webkit-text-fill-color:transparent;width:80vw}.text span{font-family:inherit;-webkit-background-clip:initial;-webkit-text-fill-color:initial}.heart-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.heart{position:relative;width:100px;height:90px;margin:150px auto 0;opacity:0}.heart:before,.heart:after{position:absolute;content:"";left:50px;top:0;width:50px;height:80px;background:red;-moz-border-radius:50px 50px 0 0;border-radius:50px 50px 0 0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;-o-transform-origin:0 100%;transform-origin:0 100%}.heart:after{left:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-o-transform-origin:100% 100%;transform-origin:100% 100%}
