* {
  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-style: normal;
  justify-content: center;
  align-items: center;
}
.multimedia {
  display: flex;
}
.multimedia-video {
  margin-top: 30px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  width: 40%;
  box-sizing: border-box;
}
.multimedia-video video {
    width: 400px; 
    height: 250px;
    border-radius: 10px;
  }
.multimedia-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1300px;
  gap: 20px;
  margin: 0 auto;
}
h3 {
  color: #8934eb;
  font-size: 45px;
  text-align: center;
}
img {
  width: 300px;
  height: 300px;
}
p {
  text-align: center;
  font-size: 20px;
}
