body {
  font-family: "Roboto", "SF Text", sans-serif;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

#wrap {
  display: flex;
  flex: auto;
}

header {
  display: flex;
  flex: content;
  flex-wrap: wrap;
}

header img {
  width: 128px;
  height: 128px;
}

.banner {
  align-items: center;
  justify-content: center;
}

.banner-tagline {
  align-items: center;
  justify-content: center;
}

.places-container {
  justify-content: center;
}

.places {
  max-width: 600px;
}

nav.nav-curries ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  justify-content: center;
}

nav.nav-curries ul li {
  display: block;
  padding: 10px;
}
