.maccheese {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 align-content: center;
 height: 250px;
 border-radius: 50px;
}
body {
  background-color: #967bb6;
}