body {
  background: rgb(0, 0, 0);
  padding: 0px;
  margin: 0px;
  color: white;
  /* background-image: url(./logo.image.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}

#container1 {
  background-image: url(./logo.image.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100svh;
  padding: 0px;
  margin: 0px;
  /* background: rgb(0, 0, 255); */
}

#container2 {
  display: flex;

  width: fit-content;
  height: fit-content;
  padding: 0px;
  margin: 0px;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  align-items: center;
  align-self: center;
  align-content: center;
}

#mainVideo {
  border: 1% solid white;
  margin: 2%;
  display: flex;
  justify-self: center;
  align-self: center;
  width: 100%;
  height: 99%;
}

#mainP {
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  display: flex;
  justify-self: center;
  align-self: center;
}

#tip {
  display: inline;
  color: yellow;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}
