* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: :#000;
  font-family: "Klavika", sans-serif;
}

body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:url("0_Office_Workspace_3840x2160.mp4");
  padding: 0px;
}

#background-video {
   width: 100%;
   height: 100Vh;
   object-fit: cover;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
}

.p{
    z-index: 20;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
