html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

#container {
  height: 100%;
}

#content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

iframe,
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#overlay {
  position: fixed;
  bottom: -10px;
  right: 30px;
  background-color: rgba(0, 0, 0, 0);
  color: black;
  padding: 10px;
  text-align: right;
  width: 100%;
}

#clock {
  align-items: center;
  font-size: 50px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0px; /* Adjust this value as needed */
  mix-blend-mode: difference;
}
