.main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.career {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: 10%;
}

table {
  margin-top: 50px;
}

table thead {
  background-color: #0c3a53;
  color: #fff;
}

.row {
  margin: 30px 0;
}

.apply-button {
  padding: 5px 15px;
  background-color: #0c3a53;
  border: none;
  border-radius: 3px;
  color: #fff;
}
