* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  font-style: serif;
  }

@font-face {
  font-family: Times New Roman;
  src: url('Times New Roman.ttf');
}


body {
 background-image: linear-gradient(180deg, #30B1FF,#5A4AFF);
 line-height: 1;
}

h1 {
  position: absolute;
  text-align: center;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  width: 100%;
  font-family: "Times New Roman", Times, serif;
}

video {
  pointer-events: none;
}
