
      body {
        background-color: black;
        background-image: url("site-bg.png");
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0;
        padding: 0;
      }
      .portfolio {
        background-image: url("portfolio-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #2d2d2d;
        padding-top: 1rem;
      }
      .services {
        background-image: url("services-bg.webp");
        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;
      }
      .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 {
        /*columns: 4 200px;*/
        /*column-gap: 1rem;*/
        display: grid;
        width: 90%;
        margin: 0 auto;
        grid-template-columns: repeat(5, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
      }
      .portfolio-items a {
        color: white;
        text-decoration: none;
      }
    .portfolio-items img {
        width: 100%;
  
    }
      .portfolio-items article {
        border-radius: 50px;
        padding: 0;
        background-color: #56c3c4;
        border: none;
        text-align: center;
        font-weight: bold;
        overflow: hidden;
        font-family: Lato, sans-serif;
      }
      .portfolio-heading,.portfolio-heading a {
        color: black;
        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;
      }
      .portfolio-heading a {
        border: 3px solid black;
        padding: 1rem;
        text-decoration: none;
      }
      .hero {
        width: 75%;
        margin: 0 auto;
        padding: 2rem;
        gap: 0.6rem;
        display: flex;
        font-family: Lato, sans-serif;
        align-items: top;
      }
      .testimonials {
        display: flex;
        justify-content: space-around;
      }
      .testimonials img {
        width: 50%;
        display: flex;
      }
      .testimonials figure {
        background-color: white;
        opacity: 0.9;
        color: black;
        padding: 2rem;
        font-family: Lato, sans-serif;
        flex: 1;
      }
      .hero h1 {
        border-bottom: 3px solid white;
        padding-bottom: 1.2rem;
        color: white;
        text-transform: uppercase;
        padding-top: 0;
        margin-top: 0;
        letter-spacing: 0.6rem;
        line-height: 200%;
      }
      .hero p {
        line-height: 200%;
      }
      .intro {
        flex: 33%;
        padding: 2rem;
        padding-top: 0;
        color: white;
        text-align: center;
      }
      .call-to-action {
        flex: 66%;
      }
      .call-to-action img {
        width: 100%;
        height: auto;
      }
      .call-to-action a {
        color: white;
        background-color: transparent;
        text-decoration: none;
        border: 2px solid #ffd500;
        padding: 1rem;
        display: block;
        margin-top: 0.5rem;
        text-transform: uppercase;
        text-align: center;
        font-family: Lato, sans-serif;
        letter-spacing: 150%;
      }
      .about {
        background-image: url("about-bg.webp");
        background-repeat: no-repeat;
        background-position: cover;
        color: white;
      }
      .timeline {
        width: 80%;
        margin: 0 auto;
        line-height: 250%;
      }
      .about-heading {
        width: 50%;
        margin: 0 auto;
      }
      .about-heading h2 {
        color: #ffd500;
        padding-top: 2rem;
        padding-bottom: 0rem;
        text-transform: uppercase;
        letter-spacing: 0.6rem;
        line-height: 200%;
        text-align: center;
        font-family: Lato, sans-serif;
      }
      .about-heading p {
        font-family: Lato, sans-serif;
        line-height: 250%;
      }
      .timeline {
        width: 50%;
        margin: 0 auto;
        font-family: Lato, sans-serif;
      }
      .timeline-event {
        font-style: italic;
        font-size: 200%;
        display: block;
        text-transform: uppercase;
      }
      .timeline-date {
        font-weight: bold;
        color: #ffd500;
      }
      .contact {
        background-color: #595757;
        border: 3px solid white;
        width: 66%;
        margin: 0 auto;
        font-family: Lato, sans-serif;
        display: flex;
        color: white;
        padding: 3rem;
        border-radius: 0.5rem;
      }
      .contact h2 {
        color: #ffd500;
        text-transform: uppercase;
        padding-top: 0;
        margin-top: 0;
        letter-spacing: 0.6rem;
        line-height: 200%;
        font-family: Lato, sans-serif;
      }
      .contact input,
      .contact textarea {
        display: block;
        width: 100%;
        padding: 0.8rem;
      }
      .contact label {
        display: block;
        font-family: Lato, sans-serif;
        margin-bottom: 0.8rem;
      }
      .form {
        flex: 1;
      }
      .address {
        flex: 1;
        margin-left: 6rem;
        line-height: 300%;
      }
      .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;
      }
      .contact button {
        background-color: #000;
        border: none;
        color: #fff;
        padding: 1rem 2rem;
        text-decoration: none;
        margin: -1rem auto;
        cursor: pointer;
        display: block;
      }
      .contact .user-cannae-see {
          display: none;
      }
      .responses {
          font-weight: bold;
           color: #ffd500;
      }
