.App {
  text-align: center;
}

.App-logo {
  height: 20vh;
  pointer-events: none;
}


.App-header {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: #282c34;
}

.corporate {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 25%;
  background: #282c34;
  color: #FFFFFF;
}

.corporate .viewport {
  margin: auto;
}

.corporate a {
  color: #FFFFFF;
}