<body style="background-color:hsla(0,100%,50%,0.5);">
</body>
class{
background: hsl(0, 0%,100%, 0.1);
backdrop-filter: blur(1rem);
inset: 0 0 0 30%;
padding: min(30vh,10rem) 2rem;
padding: calm(5rem,10vw, 1rem);
}
function changeColor(newColor) {
const elem = document.getElementById('para');
elem.style.background-color = newColor;
}