
body{
font-family: "Source Sans Pro", sans-serif;
font-size: 20px;
color: #464e5f;
width: 80%;
margin: auto;
}

.header{
  font-size: 60px;
  font-weight: bold;
  color: #227093;
  background-color: #e3f2f8;
  text-align:center;
  padding:100px 0;
}

.bold{
font-family: "Source Sans Pro", sans-serif;
font-size: 20px;
color: #464e5f;
font-weight: bold;}

.under{
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  color: #464e5f;
  border-bottom: solid 1px #464e5f;"}

.career_c{text-align:left;
  width:80%;}
.career_y{text-align:right;
  float:right;}

p{
    background-color: black;
    color: white;
}

@media screen and (max-width: 768px) {
    p{
        background-color: black;
         color:green;
     }
 }

@media screen and (max-width: 480px) {
    p{
        background-color: black;
         color:red;
     }
 }
