body {
    background-color: #ffffff;
     
      width: 100%;
  
  }


  .header {
    width: 99.5%;

  }


  .logo {
    align-content: center;
    height: 80px;
    width: 100%;
    background-color: transparent;
    position: sticky;
  }


  .img {
    align-self: center;
  }
  .navbar {
    height: 80px;
    width: 100%;
    background-color: #170c52;
    position: sticky;
  }

  
  .profile {
    float: left;
    width: fit-content;
    background-color: white;
    height: 70px;
    margin-left: 30px;
    border-radius: 20px;
    margin-top: 5px;
  }

  .propic {
    float: left;
    height: 70px;
    width: 70px;
    border-radius: 45px;
    background-color: gray;
    margin-left: 10%;
    margin-right: 5%;
  }

  .user_name {
    margin-left: 70px;
    width: 300px;
    font-family: Georgia, 'Times New Roman', Times, serif;

    
  }

  .nearjobs {
    width: 100%;
    height: fit-content;
    background-color: rgb(252, 254, 255);
  }


  .job_listings {
    width: 400px;
    height: 300px;
    border-radius: 10px;
    float: left;
    margin: 3%;
    border: 3px solid rgb(233, 233, 228);
    background-color: rgb(250, 247, 244);
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 50px;
  }

  .job_title{
    width: 350px;
    color: rgb(11, 5, 24);
    height: 30px
   
    
  }        

  

  .action_buttons {
    width: 200px;
    height: 50px;
    float: left;
    color: white;

  }
 
  .apply {
    width: 198px;
    height: 40px;
    float: left;
    background-color: rgb(14, 104, 34);
    color: white;

  }
 
  .view {
    width: 198px;
    height: 40px;
    float: left;
    background-color: rgb(65, 19, 172);
    color: white;

  }
 .viewjob {
  width: 95%;
  height: fit-content;
  border-radius: 10px;
  float: left;
  border: 3px solid rgb(233, 233, 228);
  background-color: rgb(250, 247, 244);
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-left: 20px;
}
 .listings {
  width: 100%;
  height: inherit;
  color: #170c52;
  background-color: aqua;
 }
 .table, th, td {
  border: 1px solid black;
  width: 30%;
 }

 .danger {
  width: 198px;
  height: 40px;
  float: left;
  background-color: rgb(204, 14, 14);
  color: white;
 }
 .addjobs {
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
 }

 .input_1 {
  width: 200px;
  height: 40px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #170c52;
  font-size: 16px;
  padding-left: 10px;
  margin-right: 10px;
  border: 0.5px solid gray;
 }
 .input_2 {
  width: 660px;
  height: 120px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #170c52;
  font-size: 16px;
  padding-left: 10px;
  margin-right: 10px;
  border: 0.5px solid gray;
 }

 .form_field{
  width: 40%;
  height: inherit;
  margin-left: 20px;
 }
  
  