html, body {
  height: 100%;
}

.landing {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  background: rgb(37,51,92);
  background: radial-gradient(circle, rgba(37,51,92,1) 0%, rgba(1,23,43,1) 100%);
}

.lead-image, .lead-image img {
  max-width: 1920px;
  max-height: 1190px;
  width: 100%;
}