main {
  flex: 1;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}


h1{
  padding-top: 40px;
  text-align: center;
}
#careers {
  background: url('images/contact/4950286_19873.jpg') no-repeat center center/cover;
  padding: 4em 2em;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

#careers::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  z-index: 1;
}

.careers-content {
  position: relative;
  z-index: 2;
}


#careers h2 {
  font-size: 2.5em;
  margin-bottom: 1em;
}

#careers p {
  font-size: 1.2em;
}