* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  max-width: 600px;
  margin: 0 auto;
  background-color: antiquewhite;
}

div {
  padding: 16px;
}

h1 {
  margin-bottom: 20px;
}


ul {
  list-style-type: circle;
  padding-left: -20px;
}

li {
  padding-left: 10px;
}

.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #b3957a;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    text-box: center;
}

img {
    width: 200px;
    height: auto;
    border: 1px solid grey;
}

table {
    width: 100%;
}