#certificados {
    width: 1280px;
    font-family: 'Roboto Mono', monospace;
    margin: 32px auto 48px auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 200px;
}

.hard-skills, .soft-skills {
    width: 100%;
}

#certificados h1 {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: left;
    position: relative;
    font-weight: bold;
    text-shadow: 4px 4px 2px #49aac6;
    padding-left: 240px;
}

.hard-skills h2, .soft-skills h2{
    font-size: 20px;
    font-weight: bold;
    margin: 24px auto 24px 24px;
}

.hard-skills a, .soft-skills a {
    text-decoration: none;
    font-size: 16px;
    color:#000000;
    line-height: 32px;
    transition: 1s all;
    cursor: pointer;
}

.hard-skills li:before, .soft-skills li:before {
    content: "• ";
}

.hard-skills a:hover, .soft-skills a:hover {
    font-weight: bold;
    font-size: 17px;
}