body {
  background-color: #f9f7fe;
}
.clockrly-app {
  display: flex;
  margin-top: -30px;
  margin-left: -10px;
}
.logo {
  width: 100px;
}

.clockrly {
  color: #088194;
  font-size: 28px;
  margin-left: 10px;
  position: relative;
  top: 11px;
}
.container {
  background-image: url("https://i.pinimg.com/736x/fd/ed/6a/fded6a81f0425e04e9d3afd767095639.jpg");
  max-width: 600px;

  background-position-x: -50px;
  margin: 60px auto;
  padding: 40px 20px;
  box-shadow: 10px 10px 10px rgba(152, 152, 152, 0.2);
  border-radius: 10px;
}
.select {
  margin-top: 20px;
  display: block;
}
.city {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #088194;
}
h2 {
  margin: 0 0 5px;
  font-size: 28px;
  color: #0c6a7e;
}
.date {
  color: #f95109;
  opacity: 0.7;
  font-weight: 800;
}
.time {
  color: #0c6a7e;
  font-size: 36px;
  font-weight: bold;
}

.time small {
  color: #0c6a7e;
  font-size: 18px;
  vertical-align: middle;
  line-height: 36px;
}
select {
  display: block;
  font-size: 18px;
  width: 70%;
  border-radius: 4px;
  padding: 10px;
}
.footer {
  color: #06364a;
  font-size: 14px;
  margin-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}

.footer a {
  color: #088194;
}

.homepageLink {
  margin-top: 45px;
}
.homepageLink a {
  color: #0b4557;
  font-size: 17px;
  font-weight: bolder;
}
