.crop-img{
  max-height:150px;
  max-width:100%;
  margin-bottom: 10px;
}

.large-img{
  max-width:100%;
  margin-top: 10px;
}

h1{ 
  color: red;              /* make color red       */
  font-family: sans-serif; /* make font sans-serif */
  font-size: 25pt;         /* make font size 25pt  */
}
