/* photo credits
Photographer: https://unsplash.com/@perchek_industrie
IMG URL:"https://images.unsplash.com/photo-1565448647285-a1493650c38c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1974&q=80"
*/
body
{
  background: url("https://images.unsplash.com/photo-1565448647285-a1493650c38c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1974&q=80");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
}
#pageWrapper
{    
  background-color: white;
  border: solid 1px black;
  border-radius: 5%;
  margin: 100px auto 0;
  padding: 5%;
  width: 640px;
}