html {
  height: 100%;
  width: 100%;
}

.marquee {
  font-size: 40px;
  color: #fcd116;
  font-family: sans-serif;
  padding: 0px;
  margin: 0px;
  text-shadow: 1px 1px 2px rgb(0,0,0);
}

.clock {
  /*background: #1a1423;*/
  /*padding: 0.3em 0.6em;*/
  user-select: none;
  font-size: 50px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  text-shadow: 1px 1px 2px rgb(0,0,0);
}

.img-vdo-container {
  padding-top: 56.25%;
  /*16: 9 Aspect Ratio (divide 9 by 16 = 0.5625);*/
}

.heading-title {
  text-align: center;
  text-shadow: 1px 1px 4px rgb(0,0,0);
  font-weight: bold;
}

.description {
  text-shadow: 1px 1px 4px rgb(0,0,0);
  font-size: 33px;
  line-height: 43px;
}

.content-div {
  border-radius: 20px;
  background-color: #0325563e;
  font-family: sans-serif;
  text-align: center;
  line-height: 1;
  margin-top: 90px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.image-vdo-box {
  height: 390px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #00275f;
  border-color: rgb(0,0,0);
  box-shadow: 0px 0px 7px 1px #ffffff;
  margin-top: -100px;
}

