.header {
  background-color: #dbdcdc;
  padding: 30px;
  text-align: center;
  font-size: 30px;
}

.center {
    display: flex;
    justify-content: left;
    align-items: left;
    height: vh;
}

.banner  {
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #002060;
    font-size: 12px;
    margin-bottom: 0px;
}

.summary { 
    font-size: 13px;
    line-height: 1.6;
    max-width: 800px;
    margin: 10px auto;;
    height: px;
    margin-top: 0px;

}

.certifications {
    font-size: 12px;
    line-height: 1.6;
    max-width: 800px;
    margin: 10px auto;;
    height: px;
    margin-top: 0px;
}

.section-box {
    border: 2px solid black;
    background-color: #f1f1f1;
    padding: 0.5rem;
    text-align: center;
    font-weight: bold;
    color: #002147; /* dark navy */
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .section-box h2 {
    margin: 0;
    font-size: .8rem;
    text-transform: uppercase;
  }
  

.skills {
    font-size: 12px;
    line-height: 1.6;
    max-width: 800px;
    margin: 10px auto;;
    height: px;
    margin-top: 0px;
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1.5rem;
    font-size: 14px;
    margin-bottom: 1.0rem;
  }
  
  .job-left p,
  .job-right p {
    margin: 0;
    font-size: 14px;
  }
  
  .education {
    text-align: center;
    font-size: 12px;
  }