:host { display: flex; align-items: center; justify-content: center; height: 100%; background-image: url("https://www.fineshare.com/background/jellyfish-under-fluorescent-illumination.jpg"); } #box { display: flex; flex-direction: column; max-width: 330px; gap: 7px; backdrop-filter: blur(10px); background-color: rgba(0, 0, 0, 0.1); padding: 30px; color: white; border-radius: 5px; } .border { border-style: solid; border-width: 1px; padding: 10px; margin: 10px; position: absolute; background-color: white; box-shadow: 0 0 10px 10px black; }