localStorage.setItem('placedElements', JSON.stringify({placedElements:{
    "day": {
        "position": "absolute",
        "z-index": "2",
        "top": 63,
        "left": "33px",
        "font-family": "a-Dosis-ExtraBold",
        "font-size": "49px",
        "color": "rgba(255, 255, 255, 0)",
        "text-transform": "uppercase",
        "-webkit-text-stroke-width": "1px",
        "-webkit-text-stroke-color": "rgb(255, 255, 255)",
        "letter-spacing": "4px",
        "width": "320px",
        "height": "72px",
        "text-align": "left"
    },
    "customPanel0": {
        "position": "absolute",
        "z-index": "2",
        "top": "171px",
        "left": "1px",
        "font-family": "helvetica",
        "font-size": "30px",
        "color": "white",
        "data-vars": ["day", "textOne", "zclock"],
        "data-name": "customPanel0",
        "width": "320px",
        "height": "200px",
        "-webkit-transform": "rotate(270deg)"
    },
    "textOne": {
        "position": "absolute",
        "z-index": "2",
        "top": "50px",
        "left": "34px",
        "font-family": "a-Dosis-ExtraBold",
        "font-size": "17px",
        "color": "white",
        "innerHTML": "today is...",
        "height": "22px"
    },
    "zclock": {
        "position": "absolute",
        "z-index": "2",
        "top": "117px",
        "left": "34px",
        "font-family": "a-Dosis-ExtraBold",
        "font-size": "17px",
        "color": "white",
        "text-align": "left",
        "width": "109px"
    }
}}));