body {
  background-color: black;
  color: red;
  text-align: center;
}

.header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 50px;
}

.header > h1 {
  padding-left: 40px;
  padding-right: 40px;
}

.header > img {
  width: 120px;
}

.mute-button {
  position: absolute;
  width: 40px;
  height: 40px;

  filter: invert(26%) sepia(91%) saturate(7219%) hue-rotate(2deg)
    brightness(67%) contrast(130%);
}

#mute-icon {
  top: 40px;
  right: 30px;
}

#mute-icon2 {
  top: 90px;
  right: 30px;
}

.journey-area {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.journey-area > img,
.journey-area > video {
  height: 656px;
  margin: 20px;
  border-radius: 20px;
  max-width: 100%;
  object-fit: cover;
}
