h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-family: 'BR Sonoma', Sans-serif;
}

body {
    line-height: 1.2;
    font-family: 'BR Sonoma', Sans-serif;
}

.section_right {
   border: solid 1px #000;
   border-radius: 5px; 
   float: right; 
}

.section_headings {
  border-radius: 5px;
  background-color: #000;
  color: white;
  padding: 10px;
  margin-bottom: 10px;  
}