
  body{
   margin:0  ;
   background-color: #fff;
  }
 
 #fr li:first-child{
   font-weight: bold
   color: #fff;
   border-top: 2px solid #be0000;
  padding-top: 2px;
 }
 
 #fr{
   display: flex;  
   background-color: #333;
  
 }
 
 li{
   display: inline; 
  }
 
 ul{
  list-style: none; 
  padding: 0;
  margin: 4px 5px 5px;
  }
  
  a.goog, a.goog:visited{
  text-decoration: none;
  color: #ccc;
  }
  
  a.googfirst, a.googfirst:visited{
  text-decoration: none;
  color: #fff;
  }
  
  .goog{
  font-size: 14px;  
  }
  
  div.color{
    display: flex;
  }
  
  .color p{
    text-align: center;
  }