#site-footer{
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    margin-top: 2rem;
}
section p{
    text-align: justify;
}

#habilidades{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#habilidades > div > ul{
    list-style: inside;
}

.cert-img{
    align-items: center;
}
.cert-img > img{
    height: 200px;
    width: fit-content;
}
#certificado11{
    display: block;
}
#certificadonotas{
    display: block;
}

.projeto {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
}
.projeto p{
    margin: .25rem 0;
}
#chronos-api1{
    margin-top: 1rem;
    height: 200px;
    width: fit-content;
}

@media (max-width: 576px) {
    .cert-img > img{
        height: fit-content;
        width: 95%;
    }
    #certificado11{
        display: none;
    }
    #certificadonotas{
        display: none;
    }
    #chronos-api1{
        height: fit-content;
        width: 95%;
    }
}

body{
    color: whitesmoke;
    background: #141415;
}

#navbar{
    background-color: rgb(17, 11, 11, .1);
    backdrop-filter: blur(4px);
    text-shadow: 0 0 10px black;
    box-shadow: 0 0 10px 1px black;
}
#navbar > div > a{
    font-size: x-large;
}
#site-footer{
    box-shadow: 0 0 10px 1px rgb(0, 0, 0, .3);
    background-color: rgb(12, 11, 11, .5);
}
.nav-link{
    color: rgb(255, 255, 255, .8);
}