* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
}

.intro {
  height: 100vh;
  position: absolute;
}

.gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.intro video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.intro h1 {
  position: absolute;
  top: 15%;
  text-align: center;
  font-size: 110px;
  color: #ffffff;
}

.databt {
  position: absolute;
  margin: 20% 70% 15% 10%;
}

section {
  height: 100vh;
  color: #000000;
}

section h2 {
  padding-top: 300px;
  text-align: center;
  font-size: 90px;
}

.databt {
  font-size: 30px;
  font-weight: bold;
}
