

.container {
  max-width: 1280px;
  margin: 20px auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

h1, h2 {
  color: #d23669;
  text-align: center;
}

.step {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.step h2 {
  margin-bottom: 10px;
}

.step p {
  margin-bottom: 20px;
  text-indent: 2em;
}

video {
  width: 50%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  align-self: center;
}