    h1 {color: rgb(219, 247, 98); background: lightskyblue; font-size: 5em; border-radius: 25px; border: 8px dotted red;}
    h2 {color: rgb(195, 230, 72); font-size: 4em;}
    h3 {color: rgb(87, 216, 61); font-size: 2.5em; }

    h1:visited{color: blue;}
    .joe:visited{color: blue;}

    body{background-image: -webkit-image-set("Elon.jpg");}

    #up { background: rgb(193, 224, 18);}

    #up:visited{ color: rgb(100, 200, 20);}

    .parallax{background: rgb(233, 218, 84);}