body{
    background-color: #f4f4f4;
    font-family: 'Mulish', sans-serif;
    font-size: 1rem;
     -webkit-text-size-adjust: 100%; 
}
.main{
  
    margin-right: 250px;
    border-style: hidden;
    border-right: -2px;
    
    background-color: white;
    padding-left: 50px;
    padding-top: 10px;
    padding-right: 20px;   
    padding-bottom:30px;
}

table{
    margin: 10px;
    border-collapse: collapse;
}
td,th{
    border: 1px solid black;
    padding-top: 16px;
    padding-bottom: 16px;
padding-left:5px;
padding-right:5px;
}
    .table-head{
        background-color: whitesmoke;
    }
.main h1{
text-align:center;
}


        .quick-links {
            padding-left: 50px;
           
        }
     
        .quick-links  li a{
            text-decoration: none;
        }
        p{
            padding-top: 2px;
            
        }
        .quick-links{
            padding-bottom: 205px;
        }
        a{
            text-decoration: none;
        }
        .apply{
            
            width: 15%;
            padding: 15px;
            background-color: dodgerblue;
            color: white;
            font-size: 15px;
            border-radius: 100px;
            text-align: center;
            font-weight: bold;
            
            
        }
        .about-job p {
            font-size: 150px;
           
        }
        div.about-company {
line-height:1.5;
}
    
@media (max-width: 900px) {
  .main{
    /*font-size: 13px;*/
    padding-left: 10px;
    padding-right: 10px;
    margin-left:10px;
    margin-right:10px;
    border-style: hidden;
    border-right: -2px;
  }
.apply{
width:30%;

}
  @media (max-width: 774px) {

.apply{
width:30%;
}
  
}