.careers-body {
  margin: 50px 0px 20px 0px; 
  width: auto;
  display: flex;
}

#careers-content {
  height: auto;
  width: 100%;
  text-align: center;
  color: black;
}

.careers-job {
  font-size: 3em;
  font-weight: bold;
}

.careers-job-description {
  font-size: 2em;
}

.careers-minor-header {
  font-weight: bold;
}

.careers-major-header {
  font-size: 1.5em;
}

.sep-purple {
  background-color: #614fd7;  
  max-width: 780px;
  height: 3px;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#apply-now-button {
  font-size: 1.5em;
  font-weight: bold;
  color: Red;  
  font-style: italic;
/**
border-style: solid;
border-color: red;
border-width: 1px;
**/
}

a.hover {
  color: red;
}


#call-link {
  font-size: 1.5em;
  font-weight: bold;
  color: darkblue;  
  font-style: italic;
}

#email-link {
  font-size: 1.5em;
  font-weight: bold;
  color: darkblue;  
  font-style: italic;
}