.section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  color:#FFF;
  justify-content: center;
  overflow: hidden;
}

.section h1 {
  text-align: center;
  font-size: 4rem;
  font-family: "Cookie";
  padding: 20px;
  margin: 15px;
  z-index: 1;
  opacity: 0.8;
}

span.contato {
  font-family: Verdana, Geneva, sans-serif;
  color:#FFF;
  font-stretch:normal;
  font-size: 23px;
  font-style: none;
  letter-spacing:0px;
  font-weight:normal;
  z-index: 1;
  opacity: 1;
}

span.contato a{
  color: #FFF;
  text-decoration:none;
  background-color: #F00;
}

span.contato a:hover{
  color: #333333;
  text-decoration:none;
  background-color: #FFF;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: lightblue;
  width: 100%;
  height: 100vh;
  opacity: 0.1;
}
