 * {
     padding: 0;
     margin: 0;
     font-family: sans-serif;
 }

 h2 {
     color: white;
     text-align: center;
 }

 p {
     color: #FFFFFF;
     padding: 120px;
     margin-top: 20%;
     font-size: 130%;
     text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
     margin-top: 25%;
 }

 .img1 {
     width: 45%;
     position: absolute;
     top: 11%;
     display: block;
     margin-left: 20%;
 }

 .img2 {
     width: 40%;
     position: absolute;
     top: 57%;
     display: block;
     margin-left: 23%;
 }

 footer {
     color: #ffffff;
     text-align: center;
     border-top: solid;
     border-color: gray;
     margin-top: 59px;
     padding: 10px;
     font-style: italic;
 }

 quote {
     color: antiquewhite;
     text-align: center;
     border-color: gray;
     position: absolute;
     font-style: italic;
     left: 33%;

 }
