.titulos {
    text-align: center;
    font-size: 1rem;
}

/* Ajustes para alinhamento da página */
#projetos {
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 15%;
    margin-top: 1.5%;
    border: none;
    font-size: 0.8rem;
}

/* Estilo das divisórias de cada projeto */
div {
    border: 2px solid black;
    border-radius: 8px;
    margin: auto;
}

.projetos {
    padding: 10px;
    margin-bottom: 1%;
    text-align: center;
    color: black;
}

.projetos h3 {
    margin-bottom: 1rem;
}

.projetos p {
    line-height: calc(1.3rem*1.5);
}

a {
    color: black;
    font-style: normal;
    text-decoration: none;
}

a,
.projetos:hover {
    background-color: black;
    color: white;
}

.experiencias {
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 3%;
    margin-top: 1.5%;
    border: none;
    border-top: 2px solid black;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: calc(1.3rem*1.5)
}

.experiencias h3 {
    text-align: center;
    padding-top: 1rem;
}

.experiencias i {
    font-size: 0.7rem;
    color: gray;
    line-height: 1rem;
}

.experiencias ul {
    list-style-type: none;
    text-align: justify;
    line-height: calc(1.3rem*1.5)
}

u {
    font-weight: 600;
}