.row {
  padding: 10px;
  width: 80%;
  margin: 10px auto;
  border-bottom: solid #721009 1px;
}
.clearfix {
  clear: both;
}
.date {
  float: left;
  width: 5%;
}
.venue {
  float: left;
  width: 60%
}
.city {
  float: left;
  width: 30%;
}
.buy {
  float: left;
  width: 5%;
}
img {
  width: 100%;
}
h2 {
  color: #721009;
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
}

body {
  background: #B19068;
  margin: 0;
  font-family: Ariel, sans-serif;
}

div {
  font-size: 13px;
}
