#portfolio {
  background-color: #f7f8fa;
     /* background-image: url("/images/statue.png"); */
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height:auto;

}

.portfolio-link{
      color: #fff;
  background-color: #da83cc;
  font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
margin-top:15px;
  transition: all 0.3s ease;
}
.portfolio-link:hover {
  background-color: #66597c;
  color: #fff;
  transition: background-color 0.4s ease;
}


