.projectCard
{
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: none;
  border: none;
  padding: 0 100px;
  cursor: default;
}

.skill
{
  height: 11rem;
  width: 11rem;
  font-size: 1.5rem;
  font-variation-settings: 'wght' 500;
  line-height: 1.6rem;
  color: black;
  border-radius: 1rem;
  flex: 0 0 auto;
  padding: 0.5rem;
  display: flex row;
  background: none;
  border: none;
  z-index: 3;
  margin: 1.5rem;
  cursor: not-allowed;
  transition: 0.2s;
}

img
{
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (min-device-width:600px)
{
  .projectCard
  {
    width: 600px;
  }
}
