.enlaces-seo {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 390px;
    list-style: none;
    line-height: 30px;
  }


  .enlaces-seo a:hover{
    color: rgb(90, 107, 124);
  }

  .linky{
    color: slategray;
  }
.linky:hover{
    color: steelblue;
}

.text-seo{
    text-decoration: none;
    font-size: 17px;
    color: rgb(105, 126, 148);
    text-align: justify;
    line-height: 30px;
}