body {
    background-color: rgb(227, 215, 198);
    font-size: large;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .icon {
    background: url(exca.ico) no-repeat center center;
  }
  
  .acolor {
    background-color: rgb(227, 215, 198);
  }
  
  table {
    width: 100%;
    margin-bottom: 1em;
    font-size: large;
  }
  
  #btn-back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    width: 50px;
    height: 50px;
    z-index: 9999999;
  }
  
  .edit {
    font-size: 1.2em;
    color: rgb(199, 0, 33) !important;
  }
  
  #le {
    background-color: rgba(245, 245, 245, 0);
    color: white;
    border: none;
    margin: auto;
    color: rgb(59, 43, 16);
  }
  
  #logo {
    width: 250px;
    padding-left: 30px;
  }
  
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  
  .font,
  li,
  p,
  h1,
  td {
    font-family: "JobClarendon";
    src: url("job-clarendon.woff2") format("woff2 supports variations"),
      url("job-clarendon.woff2") format("woff2-variations");
    font-weight: 100 1000;
  }
  
  /* WC password div */
  
  .alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 0.9;
    transition: opacity 0.6s;
    margin-bottom: 20px;
  }
  
  .alert.success {
    background-color: #04aa6d;
  }
  
  .alert.info {
    background-color: #2196f3;
  }
  
  .alert.warning {
    background-color: #ff9800;
  }
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }
  
  a:link {
    color: black;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: black;
    text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
    color: black;
    text-decoration: none;
  }
  
  /* selected link */
  a:active {
    color: black;
    text-decoration: none;
  }
  
  .modal img{
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .pBorder {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-left: 7%; 
    padding: 0.5rem 0.5rem;
  }

  .leftMargin {
    margin-left: 4%;
  }