.right-div {
    height: 100%;
    width: 60%;
    background-color: rgb(250, 247, 247);
    padding: 40px 20px;
  }
  
  .right-div h2 {
    margin: 40px 0px;
    font-size: 1.4rem;
  }
  
  h2 i {
    margin-right: 10px;
    color: black;
  }
  
  h6 {
    margin-top: 20px;
    color: black !important;
    font-size: 1.1rem;
    color: rgb(101, 96, 96) !important;
  }
  
  h1 :first-child {
    font-size: 1.8rem;
    color: black;
    font-weight: 800;
    letter-spacing: 0px;
    margin-right: 8px;
    text-transform: uppercase;
  }
  
  h1 span {
    font-size: 1.8rem;
    color: #303233;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  hr {
    margin-bottom: 3px;
    border: 1px solid #626464;
  }
  
  .right-div p {
    color: rgb(101, 96, 96) !important;
    font-size: 0.8rem;
    font-weight: bold;
  }
  
  .border {
    margin-top: 25px;
    border: 5px solid #626464;
  }
  
  
  .education-div {
    margin-bottom: 0px !important;
  }
  
  .title {
    color: black;
    font-weight: 800;
    font-size: 1rem;
    text-transform: capitalize;
  }
  
  .detail {
    color: rgb(68, 67, 67) !important;
    font-size: 0.9rem;
    margin-top: 8px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  
  
  .experience-div {
    margin-bottom: 30px;
  }
  
  .language-div {
    margin-bottom: 40px;
  }
  
  .language {
    color: black;
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  button {
    outline: none;
    background-color: #9bf5d7;
    color: rgb(7, 7, 7);
    font-weight: 800;
    font-size: 0.8rem;
    padding: 8px 10px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 7px;
    box-shadow: 1px 1px 3px black;
    transition: transform 0.3s ease;
    letter-spacing: 2px;
    margin-left: 10px;
  }
  
  button:active {
    transform: scale(0.99);
  }
  
  #jobField {
    text-transform: capitalize;
  }
  
  .full-name p {
    margin-top: 6px;
    text-transform: capitalize;
  }
  
  #print-button{
    width: 90px;
    font-size: 16px;
    font-weight: 600;
  
  }
  #print-button:hover {
    background-color: #6df1ca;
  }
  
  #edit-button{
    width: 90px;
    font-size: 16px;
    font-weight: 600;
    background-color: #e9addc;
  }
  #edit-button:hover{
    background-color:#e480ce !important;
  }
  
  
  #share-button{
    width: 90px;
    font-size: 16px;
    font-weight: 600;
    background-color: #e4aff1;
  }
  
  #share-button:hover{
  background-color:#e369e7;
  }
  #delete-button{
    width: 90px;
    font-size: 16px;
    font-weight: 600;
    background-color: rgb(236, 148, 148);
  }
  
  #delete-button:hover{
  background-color:rgb(228, 75, 75);
  }
  
  
  @media (max-width: 768px) {
    .right-div {
      height: unset;
    }
  
    .right-div {
      padding: 20px 10px;
    }
  
    button {
      outline: none;
      background-color: #9bf5d7;
      color: rgb(10, 10, 10);
      font-weight: 600;
      font-size: 0.7rem;
      padding: 6px 12px;
      border-radius: 4px;
      margin-bottom: 10px;
      margin-top: 5px;
      letter-spacing: 0px;
      margin-left: 5px;
    }
  
    .right-div h2 {
      margin: 15px 0px;
      font-size: 1rem;
      font-weight: 800;
      letter-spacing: 0px;
    }
  
    h6 {
      margin-top: 5px;
      font-size: 0.8rem;
    }
  
    .right-div p {
      font-size: 0.5rem;
      font-weight: 500;
    }
  
    .education-title {
      color: black;
      font-weight: 600;
      font-size: 0.7rem;
      letter-spacing: 0px;
    }
  
    .education-detail {
      color: rgb(65, 60, 60) !important;
      font-size: 0.7rem;
      margin-top: 5px;
      letter-spacing: 0px;
    }
  
  
    .experience-div {
      margin-bottom: 20px;
    }
  
    .job-title {
      color: black;
      font-weight: 600;
      font-size: 0.8rem;
    }
  
    .job-detail {
      color: rgb(65, 60, 60) !important;
      font-size: 0.6rem;
      margin-top: 5px;
    }
  
    .language {
      font-size: 0.6rem;
    }
  
    #firstUserName {
      font-size: 2rem;
    }
  
    h1 :first-child {
      font-size: 1.1rem !important;
    }
  
    h1 span {
      font-size: 1.1rem !important;
    }
    .button-cluster{
      display: flex;
      flex-direction: column;
    }
    .button-cluster button{
    width:100% !important;
    margin: 5px 0px;
    }
  }