</div></div></div>
<div style="background-image: url(COVER-IMAGE-URL);
   -moz-border-radius: 50%;
   -webkit-border-radius: 0%;
   width:120%;
   height:200px;
   background-attachment:scroll;
   background-size: cover;
   background-position: center center;
   position: relative;
   z-index:1;
   opacity:1;
   transform:translate(-50%,-55%);
   left:50%;
   margin-top: 12px; border: 3px solid #c3c3c3; background-color:red;"></div>

<div style="background-image: url(IMAGE-URL); 
-moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 top: -200px;
 width:80px; 
height:80px;
 background-attachment:scroll;
 background-size: cover;
box-shadow: rgb(0 0 0 / 45%) 0px 2px 4px;
 background-position: center center;
 position: relative; 
z-index: 1; transform:translate(-50%,245%);
 left:50%; margin-top: -147px; border:4px 
solid #f3f3f3; background-color:white ;"></div>

<pre><span><style>
[data-test="glide-app-bar"] :nth-child(1) {
    backdrop-filter: blur(0px);
    background: transparent; 
    -webkit-backdrop-filter: blur(0px);
}

#app-root [opacity='1'] {
color: transparent;
}

[data-test="nav-bar"] >div +* {
  color: transparent !important; 
}

Untitled