body {
  background-color: #393431;
  color: #edddb5;
  font-family: sans-serif;
}
a, a.visited, a.hover {
  color: #669eb9;
  text-decoration: none;
}
img.logo {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 416px;
  height: auto;
}
.container ul li, .footer p {
  color: #edddb5;
}
h2, .musician, .location, .payment {
  text-align: center;
}
.time {
  font-variant: small-caps;
}

.purchase {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.purchase > form {
  padding-bottom: 0.5em;
}

button.button {
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    color: #efefef;
    min-width: 222px;
    background-color: #af6666;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    border-radius: 25px;
    border: none;
    cursor: pointer;
}

button.button:hover {
    background-color: #9e5b5b;
}

ul {
  list-style-type: "★ ";
  list-style-position: inside;
  padding: 0;
  margin-top: 0;
}

ul li {
  padding-left: 2em;
  margin: 0 auto;
}

li::marker {
  color: #669eb9;
}

.schedule {
  display: flex;
  justify-content: center;
  align-items: center;
}

table {
  margin-left: auto;
  margin-right: auto;
}

footer {
  font-size: .75em;
  text-align: center;
}

