body {
    background: url(gifclouds.gif) no-repeat center fixed;
    background-size: cover;
  }

h1 {
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 80px;
    letter-spacing: 4.8px;
    word-spacing: -0.2px;
    color: white;
    font-weight: 700;
    text-decoration: none;
    font-style: italic;
    font-variant: normal;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px white;
    }

h2 {font-family: "Courier New", Courier, monospace;
        font-size: 22px;
        letter-spacing: 0px;
        word-spacing: 2px;
        color: white;
        font-weight:bold;
        text-decoration: none solid rgb(68, 68, 68);
        font-style: italic;
        font-variant: normal;
        text-transform: lowercase;}

p {
   font-family: "Courier New", Courier, monospace;
    font-size: 22px;
    letter-spacing: 0px;
    word-spacing: 2px;
    color: white;
    font-weight:bold;
    text-decoration: none solid rgb(68, 68, 68);
    font-style: italic;
    font-variant: normal;
    text-transform: lowercase;}