.wl-welcome-container {
  margin: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wl-welcome-container img {
  max-height: 150px;
}
.wl-welcome-container h2 {
  padding-top: 10px;
}
