* {
    font-family: 'Lato', sans-serif;
  }
  
  .roundImage {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: block;
  }
  
  #pgjava{
    margin-left: 17%;
  }

  #pgc{
    margin-left: 21%;
  }

  #pgphyton{
    margin-left: 10%;
  }

  #pgjavasc{
    margin-left: 4.5%;
  }

  #pgcss{
    margin-left: 17%;
  }

  #pgandroid{
    margin-left: 6%;
  }

  #pghtml{
    margin-left: 13%;
  }

  #pggit{
    margin-left: 17%;
  }

  .isection {
    width: 100% !important;
    border-style: none;
  }
  
  .row {
    display: flex;
  }
  
  .col {
    display: grid;
  }
  
  .content-row-1 {
    align-items: flex-end;
    margin: 15% 4rem 0px;
  }
  
  .left-section-1,
  .left-section-2 {
    width: 25%;
  }
  
  .image-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .left-section-1,
  .right-section-2 {
    background-color: rgb(244, 255, 252);
  }
  
  .left-section-2 {
    background-color: rgb(255, 255, 255);
  }
  
  .right-section-1,
  .right-section-2 {
    width: 75%;
  }
  
  .firstName {
    font-size: 50px;
    font-weight: 300;
  }
  
  .description,
  .firstName,
  span,
  .skill-button {
    color: rgb(87, 87, 87);
  }
  
  .description {
    font-size: 17px;
    margin-top: 30px;
  }
  
  .social {
    display: flex;
    height: 200px;
    align-items: flex-end;
    margin-left: auto;
  }
  
  .lastName {
    font-size: 50px;
    line-height: 0.75;
  }
  
  .icon-button {
    border-style: unset;
    width: 38px;
    height: 38px;
  }
  
  .name {
    display: inline-grid;
  }
  
  body {
    margin: 0px;
  }
  
  a {
    margin: 2px;
    color: rgb(197, 197, 197);
    font-size: 1.5em;
  }
  
  .information {
    margin: 140px 4rem 4rem;
  }
  
  .info-description {
    justify-content: space-between;
  }
  
  .sub-information {
    margin-top: 20px;
  }
  
  .title-info {
    margin-bottom: 15px;
  }
  
  .sub-title-info {
    font-weight: 600;
  }
  
  .title-info,
  .sub-title-info {
    font-size: 14px;
  }
  
  hr {
    color: rgb(206, 206, 206);
    border-style: solid;
  }
  strong{
    color: rgb(230, 173, 5);
  }
  
  p{
    color: rgb(59, 59, 59);
    line-height: 150%;
  }

  .rem {
    margin: 4rem;
  }
  
  .expertise-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  
  .title-section {
    margin-left: 0px;
  }
  
  .text-title,
  .title-info,
  .lastName,
  .expertise-title,
  .expertise-description,
  .number-expertise {
    font-weight: bold;
  }
  
  .lastName,
  .text-title,
  .expertise-title {
    text-transform: uppercase;
  }
  
  .title-info,
  .expertise-title {
    color: rgb(59, 59, 59);
  }
  
  .text-title,
  .sub-title-text {
    justify-self: flex-end;
  }
  
  .text-title {
    margin-bottom: 10px;
  }
  
  .sub-title-text {
    font-size: 14px;
  }
  
  .intro-text {
    display: flex;
    margin: 4rem;
  }
  
  p {
    margin-block-start: 0em;
  }
  
  .skill-btn:hover,
  .number-expertise,
  .text-title,
  .lastName {
    color: rgb(230, 173, 5);
  }
  
  .number-expertise {
    margin-right: 20px;
  }
  
  .expertise-description {
    margin-top: 8px;
    font-size: 12px;
  }
  
  .expertise {
    margin-bottom: 2rem;
    margin-right: 10px;
    width: 48.5%;
  }
  
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  }
  
  .modal-content {
    background-color: rgb(255, 255, 255);
    width: 400px;
    height: 200px;
    margin: 15% auto;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .skill-btn:hover {
    cursor: pointer;
  }
  
  .skill-btn {
    text-transform: uppercase;
    width: 50%;
    margin-bottom: 2rem;
    font-weight: bold;
  }
  
  .skill-content {
    display: flex;
    flex-wrap: wrap;
  }
  