.skillIcon {
  width: 65px;
  height: 65px;
  margin: 5px;
}

.projectImg{
  width: 510px;
  height: 300px;
  border-radius: 10px;
}

.profileImg{
  width: 100%;
  height: 100%;

}

@media screen and (max-width: 768px) {
  .projectImg {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  #intro p {
    word-break: break-word;
    white-space: pre-line;
  }
}