.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

header {
  position: relative;
  display: grid;
}

body {
  margin: 0;
}

.gif {
  position: sticky;
  top: 0;
  height: 15vh;
  margin-left: 15px;
}

#inline div {
  display: inline-block;
}

.div2 {
  float: right;
  margin-top: 6vh;
}

.links {
  margin-right: 160px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20pt;
  color: black;
  padding: 4px;
  border-style: solid;
  border-radius: 12px;
  border-width: 5px;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: inline-block;
}

.iconblock {
  float: right;
  margin-right: 15px;
  margin-bottom: 5px;
}

.icons img {
  height: 35px;
  margin-left: 10px;
}

.midbox {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#clock {
  font-size: 155px;
  margin: 0;
}

.clocktxt p {
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
