

h1 {
  color: #4d4d4d;
  font-family: sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

body {
  display: grid;
  height: 100vh;
  place-items: center;
}


h1 {
  box-shadow: inset 0 0 0 0 #4d4d4d;
  color: #4d4d4d;
  margin: 0 -.25px;
  padding: 0 .25px;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
h1:hover {
  box-shadow: inset 400px 0 0 0 #639bad;
  color: white;
}


/* Style the video: 100% width and height to cover the entire window */
#Video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  top: 0px;
  left: 700px;
  background: rgba(0, 0, 0, 0);
  color: #f1f1f1;
  width: 100%;
  padding: 0px;
}
