/* General table styling */
.careers {
  min-height: 100vh;
}

.careers-job-list {
  padding: 20px;
  font-weight: 500;
}

.careers-job-list p {
  font-weight: 500;
}

.careers-job-list:hover {
  background-color: skyblue;
}

.careers-job-list a {
  color: black;
}

.job-unavailable {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  align-items: center;
}

.job-unavailable i {
  font-size: 150px;
}
