#menu{background: purple; color: white; width: 100%; height: auto; padding: 15px;}


#ser{margin: 20px 20px; text-align: center; font-weight: bold; border-radius: 10px}
#kinds{background: white; text-align: center; font-weight: bold; margin: 20px 20px; border-radius: 10px}
#kinds p{background: white; color: purple;}
#kinds img{width: 90%; height: auto;
		border-radius: 50px; box-shadow: 4px 4px 8px purple; margin: 20px 20px;}
#ser h4{background: white; color: purple;}
#pepper{background: white; color: purple; text-align: center; border-radius: 10px}
#pepper .col-sm-4{background: purple; color: white; text-align: center;}
#pepper .col-sm-4 img{margin-top: 20px; margin-bottom: 0px; border-radius: 50px}
#others{background: white; color: purple; text-align: center; border-radius: 10px}
#others img{width: 80%; height: auto;
		border-radius: 50px; box-shadow: 4px 4px 8px silver; margin: 20px 20px;}
#others .col-sm-4{background: purple; color: white; text-align: center;}
#thanks{width: 100%; height: auto; background: white; color: purple; text-align: center; border-radius: 10px;}

  .col-sm-3{margin-bottom: 30px; background: white; color: black; padding-top: 15px; text-align: center; border-radius: 10px; border-right: 1px solid white;}
  
  .col-sm-3 img{width: 100%; height: auto;}