body {
  background: #000;
  font-family: "Chakra Petch", sans-serif;
  width: 100%;
  height: 100%;
}
#root {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  background-color: #000;
  margin: 0;
}
#base {
  background-color: #000;
  font-size: 0;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(0deg);
  transition: 0.1s rotate ease;
}
#tragetVideo {
  transition: 0.1s rotate ease;
}

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#main{
  width:100%;
  display: flex;
  flex:1;
  justify-content: center;
  align-items: center;
}