.text-center {
    text-align: center;
  }
  .bg-hover-blue:hover {
    color: blue;
  }
  .bg-hover-white:hover{
    background-color: blue;
  }
  
  .fixed-position {
    position: fixed
  }
  .text-center {
    text-align: center;
  }
  .bg-black {
    background-color: black;
  }
  .bg-white {
    background-color: white;
  }
  .bg-blue{
    background-color: blue;
  }
  .text-white {
    color: white;
  }
  .text-color {
    color: beige;
  }
  .small-margen {
    margin-top: 9%;
  }
  .flex {
    display: flex;
  }
  .justify-center {
    justify-content: center;
  }
  .display-inline-block {
    display: inline-block;
  }
  
  .na {
    background-color: #000088;
    color: white;
    border: 2px solid black;
    display: inline-block;
    text-decoration: none;
  
  }
  .nav {
    background-color: #000088;
    color: white;
    border: 2px solid black;
    border-radius: 8px;
    padding: 10px 20px;
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    margin: 50
  }
  .text-orange {
    color: orangered;
  }
  .padding-top {
    padding-top: 75px;
  }
  .padding-bottom {
    padding-bottom: 50px;
  }
  .justify {
    justify-content: space-evenly;
  }
  .apply {
  border-radius: 15px;
  margin: 20px;
    padding: 30px;
    text-align: center;
    background-color: #2b2832;
  }
  .second-p{
    border-radius: 15px;
  margin: 20px;
    padding: 30px;
    text-align: center;
    background-color: #2b2b2b;
  }
  .center {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
  }
  table, th, td {
  border: 1px solid #737178;
  border-collapse: collapse;
  }
  .block{
    display: block;
  }
  .margin-top{
    margin-top: 20%;
  }
  .top-0{
    top: 0;
  }
  .justify-between{
    justify-content: space-between;
  }
  .w-100{
    width: 100%;
  }
  .margin-0{
    margin: 0;
  }
  .padding-0{
    padding: 0;
  }
  .left-0{
    left: 0;
  }
  .bg-grey{
    background-color: #282828;
  }
  .flex-column {
    flex-direction: column;
  }
  @media (max-width:700px) { 
    .mobile-flex-column{
        flex-direction:column
    }
  } 

    