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

h1 {
  text-align: center;
  font-size: 36px;
}

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

select {
  display: block;
  margin: 0 auto;
  width: 280px;
  font-size: 16px;
  border-radius: 20px;
  padding: 10px;
}

.screen {
  margin: 50px 600px auto;
  border: 5px solid black;
  max-width: 300px;
  height: 550px;
  background: linear-gradient(to right, rgb(252, 0, 255), rgb(0, 219, 222));
  border-radius: 35px;
  box-shadow: inset 0 0 10px #000000, 2px 2px 100px -6px black;
}

.speaker {
  width: 70px;
  height: 3px;
  border: 1px solid black;
  margin-top: 15px;
  margin-left: 110px;
  border-radius: 100px;
  background-color: hsla(360, 5%, 65%, 1);
}

.camera {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  border: 1.5px solid black;
  background-color: white;
  margin-top: -15px;
  margin-left: 45px;
  position: absolute;
}

.camera2 {
  width: 7px;
  height: 7px;
  border-radius: 100px;
  border: 1.5 solid black;
  background-color: black;
  margin-top: 3px;
  margin-left: 20px;
  position: absolute;
}

.city {
  display: flex;
  margin: 10px 12px;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

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

.date {
  opacity: 0.7;
}

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

.time small {
  font-size: 14px;
  vertical-align: middle;
  line-height: 24px;
}

footer {
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
