.evidence {
  font-weight: bold;
  color: #c00;
}

#intro > p {
  color: orangered;
  text-shadow: 2px 2px #ff0000;
}

.point {
  text-align: left;
}

.socialUl {
  display: flex;
}

.socialLi {
  list-style-type: none;
}

.socialIcon {
  width: 40%;
  border: 0px solid red;
  cursor: pointer;
}
