img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.body video {
  width: 100%;
}
.update {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.updateRed, .updateBlue {
    background-color: #ffdbe0;
    padding: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
}
.updateBlue {
    background-color: #dbe0ff;
}
.updateRedContent {
  background-color: #ffdbe0;
  padding: 1rem;
}
.updateBlueContent {
  background-color: #dbe0ff;
  padding: 1rem;
}
