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