/* main styles */ 


body {
    background-color: rgb(255, 237, 189);
}

ul {
     list-style-type: none;
}
.main_links {
  
    font-family:Arial, Helvetica, sans-serif;
    background-color: rgb(243, 243, 218);
    display:flex;
    justify-content:center;
    justify-self: center;
     border: 2px solid rgb(216, 204, 190);
     padding-right: 20px;
    

    
  
    
}

.info {
    display:flex;
    justify-content: space-around;
   
    border: 2px solid rgb(216, 204, 190);
    background-color: beige;
    margin: auto;
    
    max-width: 200px;
}