body {
  background-color: #f8f9fa;
}

form {
  max-width: 600px;
  margin: 0 auto;
}

.list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
