.container {
    height: 180px;
    width:100%;
    background-color: lightblue;
}

.container > div {
  background-color: white;
  padding: 1rem;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
