
.enlaces-seo {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 420px;
    list-style: none;
    line-height: 30px;
  }

.enlaces-seo a{
    color: aliceblue;
}

.enlaces-seo a:hover{
    color: #ef7687;
    transition: 1.5s;
}

.parrafo{
    text-decoration: none;
    text-align: justify;
    font-size: 16px;
    color: slategray;
    line-height: 30px;
    font-weight: normal;
    text-transform: none;

}
