function Glamorous(){
document.getElementById("Background").style.backgroundColor = "#35015a";
}

function Wedding(){
document.getElementById("Background").style.backgroundColor = "#494949";
}

function Occasion(){
document.getElementById("Background").style.backgroundColor = "#e9decf";
}

function Fashion(){
document.getElementById("Background").style.backgroundColor = "#04a3e4";
}
