* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.div-grid {
  height: 400px;
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
  display: grid;
}

.div-grid .item {
  align-self: center;
  justify-self: center;
}
