#all{

    background-color: lightseagreen;
}
#none{
    background-color: lemonchiffon;

}
#first{
    height: 70px;
    margin-bottom: 20px;
    text-align: center;
}
#recipe{
    height: 70px;
}
#second{
    text-align: center;
    font-family: cursive;
}
    .mon{
        height: 430px;
        margin-bottom: 40px;
        margin-right: 40px;
        margin-left: 40px;
        border-bottom: 1px solid silver;

    }
       .pic{
           height: 300px;
       }
           .pic img{
               height: 100%;
               width: 100%;
           }
       .name{
           height: 70px;
           border-bottom: 1px solid silver;
       }
       .describe{
           height: 60px;
           border: 1px solid silver;
       }


#second1{

}
   .chef{
       margin-left: 220px;
       height: 200px;
       margin-bottom: 20px;
       text-align: center;
   }
      .right{
          border-right: 1px solid silver;
          height: 200px;
      }
         .right img{
             height: 100%;
             width: 100%;
         }
      .left{
          height: 200px;
          border: 1px solid silver;
      }
         .up{
             height: 100px;
             border-bottom: 1px solid silver;
         }
         .down{
             height: 100px;
         }