* {
  transition: 1s width, 1s height;
}

.mainbody {
  background: red;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
    aspect-ratio: 1.75 / 1;
    font-size: 16px;
    border: 3px solid;
}