body {
    background-color: #fff;
  }
  
  p {
    text-indent: 1%;
  }
  
  .header-name {
    font-style: Montserrat;
    font-weight: 900;
    color: #f0f0f0;
    font-size: 30px;
  }
  
  .header-occupation {
    font-style: Montserrat;
    font-weight: 400;
    color: #f0f0f0;
    font-size: 20px;
  }
  
  .section-headers {
    font-style: Montserrat;
    font-weight: 900;
    color: #618685;
    font-size: 22px;
    padding-top: 10px;
  }
  
  .photo {
    text-align: center;
    background-color: #deeaee;
  }
  
  .carolyn-pic {
    margin: 10px;
    text-align: center;
    width: 100%;
    border-radius: 100%;
    border: solid white 5px;
  }
  
  @media screen and (max-width: 600px) {
    .carolyn-pic {
      width: 200px;
    }
  }
  
  .summary {
    background: #36486b;
    text-align: left;
    padding: 20px;
  }
  
  .header-summary {
    font-style: Montserrat;
    font-weight: 400;
    color: #deeaee;
    font-size: 18px;
    line-height: 2rem;
  }
  
  .header-hr {
    background-color: #fff;
    border: none;
    height: 1px;
  }
  
  .contact-info-technical {
    background-color: #d5e1df;
  }
  
  .contact-info {
    line-height: 1px;
  }
  
  .technical-skills {
    background-color: #d5e1df;
  }
  
  .fa {
    color: #618685;
  }
  
  .icon {
    font-style: Montserrat;
    font-weight: 100;
    padding-left: 10px;
    padding-top: 15px;
  }
  
  .contact-details {
    font-style: Montserrat;
    font-weight: 100;
    padding-left: 10px;
  }
  
  .phone {
    font-style: Montserrat;
    font-weight: 100;
    padding-left: 10px;
  }
  
  .location {
    font-style: Montserrat;
    font-weight: 100;
    padding-left: 10px;
  }
  
  .linkedin {
    font-style: Montserrat;
    font-weight: 100;
    padding-left: 10px;
  }
  .work-experience {
    background-color: #fff;
  }
  
  .role {
    font-style: Montserrat;
    font-weight: 400;
    color: #618685;
    font-size: 20px;
  }
  
  .company {
    font-style: Montserrat;
    font-weight: 400;
    color: black;
    font-size: 20px;
  }
  
  .SocGenLogo{
    width: 20%;
    padding-right: 15px;
  }
  
  .CSLogo {
    width: 15%;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  
  .time-range {
    font-style: Montserrat;
    font-weight: 400;
    color: black;
    font-size: 15px;
  }
  
  .work-bullets {
    font-style: Montserrat;
    font-weight: 100;
    color: black;
    font-size: 15px;
  }
  
  .education {
    line-height: 10px;
  }
  
  .degree {
    font-style: Montserrat;
    font-weight: 400;
    color: black;
    font-size: 15px;
  }
  
  .college {
    font-style: Montserrat;
    font-weight: 400;
    color: black;
    font-size: 15px;
  }
  
  meter::-webkit-meter-optimum-value {
    background: #618685; /* Required to get rid of the default background property */
    background-color: #618685;
    box-shadow: 0 5px 5px -5px #333 inset;
  }
