body {
  height: 100%;
  background-color: black;
}

.container-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container-custom-item {
  width: 20%;
  height: 50%;
}