body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  color: rgb(101, 101, 101);
  background-color: black;
}

h1 {
  text-align: center;
  font-size: 80px;
  margin-bottom: 30px;
}

h2 {
  margin: 0;
  font-size: 48px;
}

.date {
  opacity: 0.7;
}

.container {
  max-width: 60%;

}
.time {
  font-size: 43px;
  display: inline;
}


.city {
  padding: 8px 10px;
  text-align: right;
}

.row .col-6:not(.city) {
  text-align: left;
}

.row {
  margin: 0 4px;
  padding-bottom: 10px;
  padding-top: 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.row:last-child {
  border: none;
}
