.container {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 14px;
}
