@font-face {
  font-family: 'Cooper Black';
  src: url('Cooper Black.woff2') format('woff2'),
       url('Cooper Black.woff') format('woff'),
       url('Cooper Black.ttf') format('truetype');
}

div {
    font-family: Arial;
}

p {font-family: arial; font-size: larger; line-height: 1.5; color: black; text-align: left;}

h1 {font-family: Cooper Black; font-size: 500%; color: blue; text-align: left;}

h2 {font-family: Cooper Black; font-size: 300%; color: blue; text-align: left;}

h3 {font-family: Cooper Black; font-size: 200%; color: blue; text-align: left;}

li {list-style-type: disc; font-family: arial; font-size: large; line-height: 1.5; color: black; text-align: left;}

h1 {
    text-shadow: 2px 2px 4px #666699;
    line-height: 1;
}

h2 {
    text-shadow: 2px 2px 4px #666699;
    line-height: 1.25;
    
}
    
h3 {
    text-shadow: 2px 2px 4px #666699;
    line-height: 1;
}

img {
  -webkit-filter: drop-shadow(7px 8px 7px #666699);
  filter: drop-shadow(7px 7px 7px #666699);
  
  max-width:100%;
    height:auto;
}
