body {
    background: #1B1B25;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
  }
  
  .separator {
    width: 30%;
  }
  
  .title {
    margin-top: 100px;
    margin-bottom: 10px;
  }
  .red {

    color: #DB4D57;
  }
  .title a {
    color: #DB4D57;
  }
  .title a:hover {
    text-decoration: none;
    font-weight: bold;
  }
  .title hr {
    width: 75%;
  }
  
  .summary {
    padding: 20px;
  }
  .summary p {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
  
  .work-experience {
    padding: 20px;
  }
  .work-experience .experience-title {
    margin-top: 50px;
  }
  .work-experience .experience-summary {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .work-experience p {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }

  .small {
    font-size: 1rem !important;
  }

  .whatsapp {
    color: #25D366;
  }