html, body {
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
}

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