body {
  background-color: papayawhip;
  font-family: sans-serif;
}

h1 {
  text-align: center;
}

h2 {
  margin: 10px 0px 0px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

select {
  display: block;
  margin: 10px auto;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  font-size: 16px;
  background-color: papayawhip;
  opacity: 70%;
}

footer {
  text-align: center;
  font-size: 12px;
  padding: 15px 0px;
  font-style: italic;
  opacity: 75%;
}

a {
  font-size: 13px;
}

a:hover {
  cursor: pointer;
}

.container {
  max-width: 450px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  padding: 20px 35px;
  padding-bottom: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.place {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.time {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: 15px;
}

.date {
  opacity: 0.7;
  margin-bottom: 10px;
  font-size: 13px;
}
