.cause {
  font-family: 'Cause', cursive;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

body {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 60px;
  margin: 0;
  color: #f9f7feb9;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  min-height: 100vh;

  @media screen and (max-width: 720px) {
    padding: 30px;
  }
}

h1 {
  text-align: center;
  font-size: 46px;
  font-family: 'Cause', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
    'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h2 {
  margin: 0;
}

select {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  outline: 2px solid #e6b252;
  outline-offset: -4px;
}

.container {
  background-color: rgb(4, 2, 4);
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 30px;
}

.clock-img {
  max-width: 45%;
  max-height: 50%;
}

.city {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);

  @media screen and (max-width: 480px) {
    justify-content: center;
    text-align: center;
  }
}

.city:last-of-type {
  border-bottom: none;
}

.date {
  opacity: 30%;
}

.time {
  font-weight: bold;
  font-size: 32px;
}

.time small {
  font-size: 12px;
  vertical-align: middle;
}

.back {
  display: block;
  margin-top: 20px;
}

footer {
  color: rgb(249, 247, 254, 0.6);
  text-align: center;
  padding: 20px;
  font-size: 14px;
}
