<style>
.back {
position: relative;
width: 500px;
height: 350px;
background: #fff;
border-color: #9B9B9B;
border-style: solid;
border-width: 1.8px;
margin: auto;
border-radius: 2em;
box-shadow: 0 0 9px 0.9px #81848770 inset;
}
.icon {
position: relative;
width: 170px;
height: 210px;
border-radius: 50%;
background-color: #fff;
background-size: 100%;
background-image: url(https://file.garden/ZhR7DLcFMh_Z3OTH/profile/IMG_0811.jpeg);
z-index: 10;
left: 0.8em;
top: 1em;
box-shadow: 0 0 10px 0.9px #fff inset;
border-color: #9B9B9B;
border-style: solid;
border-width: 1.8px;
}
.profile {
position: absolute;
z-index: 5;
width: 200px;
height: 380px;
left: 20em;
top: -1em;
background-color: #e7e7e7;
border-radius: 2em;
box-shadow: 0 0 9px 0.9px #81848770 inset;
border-color: #9B9B9B;
border-style: dotted;
border-width: 2px;
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, 15px); }
100% { transform: translate(0, -0px); }
}
#box {
position: relative;
display: inline-block;
width: 300px;
height: 200px;
left: 2em;
top: 2em;
z-index: 2;
background: #fff;
border-radius: 2em 0em 0em 2em;
border-color: #9B9B9B;
border-style: solid;
border-width: 1.5px;
}
.text {
width: 100%;
height: 100%;
background: #fff;
position: absolute;
top: 0;
left: 0;