html, body {
  background: #525252;
  height: 100%;
}

.container-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}

.row {
  width: 100%;
  align-self: center;
}

img {
  width: 65%;
}
