.enlaces-seo {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 330px;
    list-style: none;
  }

  .enlaces-seo a{
    color: aliceblue;
  }

  .enlaces-seo a:hover{
    color: #02aecc;
  }

  .parrafo{
    text-decoration: none;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    color: slategray;
  }