body{
  display: flex;
  justify-content: center;
  margin: 3vw 0;
  background-color: aqua;
  height: fit-content;
}
