.welcome-container .heading {
  border: none;
  color: #fff;
  text-align: center;
  background: rgb(70, 145, 207);
}

.welcome-container .heading h1 {
  font-weight: normal;
  font-size: 3em;
  letter-spacing: 0.5rem;
}

.welcome-container .heading .background {
  padding: 80px 0;
  background-image: url(/static/images/QA.svg);
}

.welcome-container .choices {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
}

.welcome-container .choice {
  text-decoration: none;
}

.welcome-container .choice:hover {
  text-decoration: underline;
}

.welcome-container .choice div {
  width: 250px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #3fa9f5;
  border-radius: 20px;
}

.welcome-container .choice p {
  text-align: center;
  font-size: 1.5em;
}
