#section{
  padding:5px;
  background-color:gray;
  width:600px;
  height:260px;
  margin-left:20%;
  margin-top:10%;
}


#header {
  background-color:rgb(200,200,200) ;
  color:white;
  text-align:center;
  font-size:2em;
  margin-left:5px;
  width:340px;
}


#picture1 {
  width:200px;
  height:500px;
  float:left;
  padding:10px;
}

#list{
  float:left;
  font-size:20px;
  color:rgb(224,224,224) ;
  
  
}

