body { background-image:url('bg.jpg');}
h1 {color:white;text-align:center;}
h2 { text-align:center;color:white;}
h3 { text-align:left;color:white;}
p {font-size:18px;color:white;}
a {color:white;font-size:18px;}
div {color:white;}
li {color:white;font-size:18px;}

@media only screen and (max-width:620px) {
    width:100%;
}