.content {
 max-width: 50%;
 margin: auto;
}
#random{
  /* BOX MODEL */
 width: 100%;
 height: 45%;
  border: 3px solid black;

 background-image: url('/images/feet_Rox.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;    
}

#quote {
    font-weight: 800;
    line-height: 200%;
}
