div.cell-output {
    background-color: lightblue;
}

/* css styles */
@font-face {
    font-family: 'Lato';
    src: url("fonts/Lato.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url("fonts/RobotoMono-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.quarto-title-block .quarto-title-banner {
  background-image: url(images/RISE_Logo_mText_Neg.png);
  background-size: 150px;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 25px;
  background-origin: content-box;
}

