/* -- / custom css tool / -- */
body {
    font-family: Arial;
    color: Black;
}
    
body {
    background-color: Beige;
    background-image: none;
    background-repeat: no-repeat;
}
  
.focusBox h3 {
    background-color: Brown;
}

