/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');


header{
      
  
    background-color: rgb(210,35,42);
    height:150px;
    padding-top:0.5px;
    text-align: center;
    font-size: 50px;
    color: rgb(235,233,219);
    font-family: "Helvetica";
   
  }
  
  
  




body {

  background-color:rgb(235,233,219) ;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 17px;
  margin: 0;
  color: #444;
}


.title{
  font-family:"Helvetica";
  font-size: 30px;      
  color: rgb(210,35,42);
  
}

a {text-decoration: none; }


#left{
  
  float: left;
  width: 30%;
  background: #ccc;
  padding: 20px;
  
}

#right{
  
  float: left;
  width: 70%;
  background-color: #f1f1f1;
   

}


section{
  
  
  margin-top: 2%;
  width: 60%;
  text-align: center;
  
}

.v{
  border-bottom: 2px solid red;


