html {    
    background: url(ww3.jpeg) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    padding:0px;
    margin:0px;
    color:white;
}

h1,h2,h3,p {
    padding:0px;
    margin:0px;
}

a {
    color:white;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

p {
    font-style:italic;
    margin-top:1em;
}

body {
    max-width:25em;
    margin:1em;
    padding:1em;
    border-radius:1em;
    border: 1px solid black;
    background-color:rgba(1,1,1,0.3);
}
