body {
  margin: 0;
  padding: 0;
}
video {
  width: 100%;
  height: 700px;
  align-items: center;
  justify-content: center;
}
h4 {
  /* background-color: rgb(190, 158, 118); */
  width: 200px;
  height: 400px;
  padding: 16px;
  margin-top: -2px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: wheat;
}
.it {
  font-size: 40px;
}
.contenar {
  display: flex;
  justify-content: space-around;
  background-color: #065084;
  padding: 30px;
}
img {
  width: 300px;
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
img:hover {
  transform: scale(1.1);
  transition: 1s ease;
  cursor: pointer;
  border-radius: 20px;
}
.cont3 {
  display: flex;
  padding: 10px;
}

.card2 {
  margin-top: -1px;
  width: 300px;
  margin-left: 10%;
  background-color: #065084;
  color: white;
  padding: 20px;
  text-align: center;
}
.card2:hover {
  transform: scale(1.1);
  transition: 1s ease;
  cursor: pointer;
  color: chartreuse;
  border-radius: 20px;
}
.conter4 {
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-transform: capitalize;
}
.card_2 {
  display: flex;
  justify-content: space-around;
  background-color: antiquewhite;
  height: 250px;
}

.card_1 {
  width: 300px;
  height: 200px;
  padding: 10px;
  display: flex;
  margin: 10px;
}
.video_1 {
  width: 300px;
  height: 200px;
  margin-top: -20px;
  margin-right: 5px;
}
.card_1 P {
  font-size: 20px;
  height: 200px;
  background-color: rgb(169, 169, 203);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px;
  margin-top: -17px;
}
.video_1:hover {
  transform: scale(1.1);
  transition: 1s ease;
  border-radius: 20px;
}
.conter_3 {
  margin-top: 5%;
  background-color: blanchedalmond;
  height: 250px;
}
.what {
  font-size: 40px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  justify-content: center;
  text-align: center;
}
.the {
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  background-color: blanchedalmond;
  height: 200px;
}
footer {
  background-color: crimson;
  padding: 20px;
  color: white;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  text-align: center;
  position: sticky;
}
