/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

 /* border colour for randomimage */
  .bordrandimg{
  border: 1px solid #435E95;
  border-radius: 4px;
  }
/* change background colour to family view */
  .fambackground {
   background-color: #7599bd;
}