body {

    background-image:url('ozu.jpg');
    background-repeat:no-repeat;
	 background-attachment: fixed;
  background-position: center;
	background-size: 80%, 80%;
	padding:0px;
    margin:10px;
}

div {
    font-family: verdana;
    color:white;
    text-align: center;
    margin-top:250px;
   
}

h1{

    text-align:center;
    font-size: 75px;
    margin:0px;
    padding:0px;
    text-shadow: 0 0 3px black;;
}
p{
  
    font-size: 40px;
    margin:0px;
    padding:0px;
    text-shadow: 0 0 3px black;
}
