#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

#myVideo::after {
  background-color: rgba(255, 255, 255, 0.932);
  z-index: 1;
}

.in-work {
  position: relative;
  color: #1400cadc;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 18%;
}

h1 {
  font-family: "Baskervville", serif;
  font-size: 4rem;
  padding: 15px;
  margin: 0;
}

p {
  font-family: "Baskervville", serif;
  font-size: 1.2rem;
  padding-bottom: 0;
  margin: 0;
}

a {
  font-family: "Baskervville", serif;
  background-color: #1400cadc; /* Blue */
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

a:hover {
  background-color: #1400cab2;
}
