

body{
    font-family: "cooper-black-std", serif, ;
   
    font-style: normal;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/John_Constable_-_Cloud_Study_-_Google_Art_Project.jpg/1200px-John_Constable_-_Cloud_Study_-_Google_Art_Project.jpg");

    background-position: center;
}
h1{
    margin-top:1.5em;
    text-align: center;
    font-size: 3.3em;
    
}
h2{
    text-align: center;
    margin-bottom: 2em;
  
font-size: 2.7em;
}
  h1, h2{ 
     
    font-family: "cooper-black-std", serif;
	text-shadow: 2px 2px 1px #E6BCC9, 2px 2px 1px #D3ABBE;
    color:white;
} 
pre{
    font-family: "cooper-black-std", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.35em;
    text-align: center;
    background:#E6BCC9;
    padding:1em;
    margin: 0em;
    width:450px;
    margin-left:auto;
    margin-right:auto;
    white-space: normal;
   
}
p{
    font-family: "cooper-black-std", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.35em;
    color: white;
}




