/*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*/

/position image on right of page with text to the right

#rp  {
float: right;    
 margin: 0 0 0 15px;
}

/vertically align text next to image

.box {
   display: flex;
   align-items:center;
}