.header {
    height: 100vh;
  }
  .tools img{
    height: 2rem;
  }
  .app-process img{
    height: 3rem;
  }
  .uxui-div{
    width: 18rem;
    padding: 2.3rem;
    border-radius: 1rem;
  }

  .web-dev {
    min-width: 18rem !important;
    padding: 2.5rem;
    cursor: grab;
  }
  .web-dev h3,.web-dev p{white-space: pre-wrap;}
  .technology {
    width: 7rem;
    height: 7rem;
    /* background: rgb(121, 64, 64); */
  }
  .web-dev ::ng-deep drag-scroll{
    height:25rem;
  }
  

  @media only screen and (max-width: 600px) {
    .container.header {
      margin-top: 9rem;
      margin-bottom: 9rem;
    }
  }
  
  