body {
  background: #000;
  display: flex;
  justify-content: space-between;
  /*justify-content:center;*/
  height: auto;
  font-family: 'Tahoma', sans-serif;
  background-color: rgb(0, 0, 0);
}

.wrapper-main {
  width: 100%;
  padding-top: 1%;
  padding-right: 1%;
  padding-left: 1%;
  padding-bottom: 0%;
  align-items: center;
}

#content {
  text-align: center;
}

#content span {
  font-size: clamp(17px,3vw,50px);
}

#content {
  /*  font-size: 27px; */
  font-size: clamp(15px,3vw,30px);
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 0.8;
}

#links {
  /*  font-size: 27px; */
  font-size: clamp(15px,3vw,30px);
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 0.8;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 191, 255)
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  border-radius: 10px;
  position: relative;
  top: 2%;
  left: 0%;
  right: 0%;
  bottom: 2%;
  width: 100%;
  height: auto;
  overflow: hidden;
}