#set-height {
  display: block;
  height: 20000px;
}
#v0 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  
}
video{
  object-fit: cover;
  width: 100%;
}
p font-family helvetica {
  font-size: 24px;
}
#time {
  position: fixed;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color:#000000;
  opacity: 0.5;}
#scroll {
  position: fixed;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #000000;
  
}
.following_text{
  display: block;
  border: 2px solid black;
  width: 50px;
  text-align: center;
  transform-origin: right;
  transform: translateX(-50%, 50%);
  
  margin-top: 250%;
  margin-right: 300%;
  
  
}