.vcard
{
  position: relative;
  width: 500px;
  height: 500px;
  background: rgba(255,255,255,1);
  backdrop-filter: blur(50px);
  box-shadow: 0 25px 25px rgba(0,0,0,0.1);
  border-radius:20px;  
}