 /* all common css start */
 *{
    margin:0;
    padding:0;
 }  
 .container{
    width:1140px;
    padding:20px 0;
    margin:0 auto
 }
 ul,ol{
    list-style-type: none;
 }
 a{
    text-decoration: none;
 }
 /* all common css end */

 #header{
    padding:25px 0;
    background: white;
 }
 .logomenubar{
    width:100%;
    display:flex;
    justify-content: space-between;
     align-items: center; 
 }
 .menu,.menu ul{
    display:flex;
    align-items: center; 
 }
 .menu ul li a{
    color:rgb(104, 24, 144);
    font-size: 20px;
    font-weight:400;
    margin:0 35px;
 }
 .menu #button{
    color:white;
    font-size: 20px;
    font-weight:700;
    background:orange;
    padding:20px 36px;
    border-radius: 10px;
 }
