body { 
  background-color: #231f20;	
}

.top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex: 1 1 auto;
}

.top img {
  width: 90%;
  height: auto;
}
