<!--
Welcome to Playground!
This is a space for you to try out some ideas using Cirrus or just to test
out how the framework works.
You can rotate this view, save this as a file, or switch versions of Cirrus all
at the top right corner.
_______
/ ____(_)___________ _______
/ / / / ___/ ___/ / / / ___/
/ /___/ / / / / / /_/ (__ )
\____/_/_/ /_/ \__,_/____/
Happy coding. :)
-->
<style>
body {
background-image: url(https://images.unsplash.com/photo-1524838101135-a71ba219084d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2560&q=100);
background-size: cover;
background-repeat: no-repeat;
backdrop-filter: blur(5px);
}
.intro-card {
background-color: rgba(255, 255, 255, 0.9);
max-width: 80%;
min-width: 350px
}