.backgroundVideo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
main {
  background-color: rgb(8, 31, 55, 0.6);
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 30px;
  border-radius: 30px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: rgb(183, 178, 178);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.clockContainer {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(183, 178, 178, 0.6);
  padding: 15px 0;
  margin-top: 20px 0;
}
#country {
  font-size: 15px;
  padding: 13px 17px;
  border-radius: 15px;
  border: none;
  margin-top: 8px;
  background-color: #0f355d;
  color: rgb(183, 178, 178);
  width: 100%;
}

.clockContainer:last-child {
  border: none;
}
.clock {
  font-size: 32px;
  font-weight: bold;
  color: rgb(183, 178, 178);
  min-height: 50px;
  margin-top: 18px;
}
.clock small {
  font-size: 10px;
  margin-top: 0;
  vertical-align: middle;
}
h2 {
  font-size: 22px;
  margin-bottom: 5px;
  margin-left: 0;
  text-align: left;
}
.date {
  font-size: 15px;
  margin-top: 0px;
  font-style: italic;
}
footer {
  background-color: rgb(8, 31, 55, 0.6);
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: rgb(183, 178, 178);
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 5px;
  text-align: center;
  border-radius: 50px;
  margin-top: 50px;

  margin-left: auto;
  margin-right: auto;
  max-width: 690px;
}
.backlink {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  color: rgb(183, 178, 178);
  text-decoration: none;
}
.backlink:hover {
  color: rgb(132, 131, 142);
  text-decoration: underline;
  cursor: pointer;
}
.backlink:visited {
  color: rgb(183, 178, 178);
}
footer a {
  color: rgb(183, 178, 178);
  text-decoration: none;
}
footer a:hover {
  color: rgb(33, 26, 108);
  text-decoration: underline;
}
