body.dhub {
	background: white;
	color: black;
	overflow:hidden;
}

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

.company {
  position:relative;
  bottom: 10vh;
  text-align:center;
  display:block;
}

img {
  max-width:300px;
}