  body {
        background-color: black;

        background-repeat: no-repeat;
        background-size: contain;
        margin: 0;
        padding: 0;
      }
      .portfolio {
        background-image: url("Contact_us_Back.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #2d2d2d;
        padding-top: 1rem;
      }
      .portfolio {
        background-image: url("Contact_us_Back.png");
        padding-top: 1rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
      }
      .services-heading {
        color: white;
        text-align: center;
        margin-bottom: 1rem;
        padding-bottom: 1.2rem;
        width: 75%;
        margin: 0 auto;
        text-transform: uppercase;
        padding-top: 0;
        margin-top: 0;
        letter-spacing: 0.6rem;
        line-height: 200%;
        font-family: Lato, sans-serif;
      }

       .header {
        display: flex;
        width: 75%;
        margin: 0 auto;
        align-items: baseline;
        justify-content: space-around;
      }
      nav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        margin-right: 3rem;
        margin-left: 3rem;
      }
      nav ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
      }
      nav ul li a {
        color: #ffd500;
        text-decoration: none;
        font-family: Lato, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.2rem;
        padding: 0.5rem;
      }
      .services-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-family: Lato, sans-serif;
        width: 75%;
        margin: 0 auto;
      }
      .services-items article {
        flex: 1;
        display: flex;
        opacity: 0.9;
      }
      .services-items article div {
        margin-left: 20px;
      }
      .services-items h3 {
        text-align: center;
        border-bottom: 2px solid white;
        padding-bottom: 2rem;
        text-transform: uppercase;
        letter-spacing: 0.5rem;
        font-weight: bold;
      }
      .services-items p {
        padding: 1rem;
        line-height: 200%;
      }
      .ehealth {
        background-color: #40ab84;
        color: white;
        padding: 1rem;
        animation: fadeIn 2s;
      }
      .apps {
        background-color: #56c3c4;
        color: white;
        padding: 1rem;
        animation: fadeIn 2s;
        opacity: 0.9;
      }
      .games {
        background-color: #c1842e;
        color: white;
        padding: 1rem;
        animation: fadeIn 2s;
        opacity: 0.9;
      }

      .games-pill {
        background-color: #c1842e;
        background-image: url("watch-circle-heartbeat-monitor-2");
        color: white;
        border-radius: 25%;
        padding-left: 3rem;
      }
      .animation {
        background-color: #d67468;
        color: white;
        padding: 1rem;
        animation: fadeIn 2s;
      }
      .vr {
        background-color: #a37da7;
        color: white;
        padding: 1rem;
        animation: fadeIn 2s;
      }
      .iot {
        background-color: #b16489;
        color: white;
        padding: 1rem;
        animation: fadeIn 2s;
      }
      .portfolio-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }

      .portfolio-items a {
        color: white;
        text-decoration: none;

        padding: 0;
        margin: 0;
      }
      .portfolio-items img {
        max-width: 100%;
      }

      .portfolio-items article {
        margin: 0.8rem;
        padding: 0;
        background-color: transparent;
        border: none;
        text-align: center;
        font-weight: bold;
        overflow: hidden;
        font-family: Lato, sans-serif;
      }
      .portfolio-heading {
        color: #ffd500;
        text-align: center;
        margin-bottom: 1rem;
        padding-bottom: 1.2rem;
        width: 75%;
        margin: 0 auto;
        text-transform: uppercase;
        padding-top: 0;
        margin-top: 0;
        letter-spacing: 0.6rem;
        line-height: 200%;
        font-family: Lato, sans-serif;
      }

      .footer {
        width: 75%;
        margin: 0 auto;
        color: white;
        font-family: Lato, sans-serif;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 2rem;
      }
      .footer p {
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        margin-left: 0px;
        margin-left: 2rem;
        font-size: small;
      }

      .grid-container {
        columns: 5 200px;
        column-gap: 1rem;
        width: 90%;
        margin: 0 auto;
      }
      .grid-container div {
        width: 150px;
        margin: 0 1rem 1rem 0;
        display: inline-block;
        width: 100%;
        border: solid 0px #56c3c4;
        padding: 0px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
        border-radius: 25px;
        transition: all 0.25s ease-in-out;
        background-color: #56c3c4;
        color: white;
        overflow: hidden;
      }

      .grid-container div:hover {
        border: solid 3px #56c3c4;
      }

      .grid-container div img {
        width: 100%;
        border-radius: 5px;
        transition: all 0.25s ease-in-out;
      }
      .grid-container div h2 {
        margin: 5px 0;
        padding: 5px;
        text-align: center;
        font-weight: bold;
        font-family: Lato, sans-serif;
        font-size: 1rem;
      }
      .footer {
        background-color: black;
        width: 75%;
        margin: 0 auto;
        color: white;
        font-family: Lato, sans-serif;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 2rem;
      }
      .footer p {
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        margin-left: 0px;
        margin-left: 2rem;
        font-size: small;
      }
      div.your-project-button {
          background-color: #40ab84;
      }
      .your-project-button p {
          padding: 1rem; font-family: Lato, sans-serif;
      }
      .portfolio-detail-page {
          padding: 3rem; columns: 2 200px; column-gap: 1rem
      }
      .portfolio-detail-page img {
          width: 100%;
      }
      .portfolio-detail-page p, .portfolio-detail-page figure {
            font-family: Lato, sans-serif;
              line-height: 250%;
              color: white;
              padding: 2rem;
      }
      .portfolio-detail-page a {
          color: white;
      }