center {
  background-color: white;
  margin: 0 auto;
  margin-top: 10%; 
  width: 50%;
/* ou bien :
  border-style: groove;	
  border-width: 5px;
*/
  border-style: solid;
  border-color: orange;
}