



body
  {
    font-family: 'Poppins', sans-serif;
  }


.r
  {
    border: 1px solid black;
    background-color: lightpink;
  }


.logo
  {
    height: 80px;
  }


.underline
  {
    text-decoration: underline;
  }


.bold
  {
    font-weight: 500;
  }




.bottom-text
  {
    font-size: 10pt;
  } 
  
strong 
  {
    font-weight: 500;
  }