body {
  background-color: #322e2e;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-image {
  width: 70vw;
  height: 70vh;
}
