function setTransparentBackground() {
document.body.style.backgroundColor = 'rgba(0, 0, 255, 0.5)';
}
setTransparentBackground();