.title-h1-skills-before-content h1 {
    margin-bottom: 5%;
    font-size: 1.9rem;
    background-color: #807f7f1d;
    color: bisque;
    opacity: initial;
    text-align: center;
    border-radius: 7px;
    ;
}

.Content-Skills,
h6 {
    max-width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 5000px;
    max-height: auto;
    width: auto;
    height: auto;
}

.Content-Skills,
img {
    max-width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 1.4rem;
    margin-bottom: 2rem;
    width: 50%;
    width: auto;
    height: auto;
    margin: auto;
    display: block;
}

.Content-Skill,
h3 {
    padding: 0.5rem;
    margin: 4rem;
    text-align: center;
    border-radius: 6px;
    background-color: #ffe4c410;
    color: #ffe4c4;
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
    border-radius: 5rem;
}

.Content-Skills,
h6 {
    font-size: 1rem;
    text-align: center;
    color: bisque;
    background-color: #544e4e1d;
}

.main-certifacates-h1-title {
    margin-top: 5rem;
    text-align: center;
    color: bisque;
}

.Certificates {
    padding-top: 1rem;
    margin-top: 5px;
}

.div-line-betweencerticates {
    padding: 1rem;
}

.div-link-certificates {
    text-align: center;

}

a:link {
    color: #ffe4c4;
 }

a:visited {
    color: #ffe4c474;
}


@media screen and (width: 2560px) {

    .footer-skills,
    p {
        display: block;
        margin: auto;
        text-align: center;
        font-size: 1rem;
        width: auto;
        height: auto;
    }
}