#main {
  justify-content: center;
  background-image: url(../img/job-removebg.png);
  background-color: #333;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
}

#startBtn {
  width: 200px;
  height: 50px;
  margin: 0 auto;
  border: 0 solid #00c362;
}

p {
  font-size: 20px;
}
