#image {
  display: block;
  max-width:100%;
  height: auto;
   margin-left: auto;
  margin-right: auto;
}
body {
    background-color: brown;
    color: white;
    text-align: center;
}

