* {
  box-sizing: border-box;
}
body {
  font-family: 'Inter', sans-serif;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.video {
  width: 98%;
  height: 98%;
}