.center-text{
    text-align: center;
    font-size: 50px;
}
.row h2{
    font-size: 30px;
}
.row h3{
    font-size: 18px;
    opacity: 60%;
}
.row p{
    font-size: 20px;
}
.row{
    overflow: hidden;
}
.row img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 10px 0;
    border: 3px solid black;
    object-fit: cover;
}
.row{
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.sobre{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
    gap: 2rem;
}
div.social-icons i{
    color: black;
    font-size: 30px;
    transition: all .42s ease;
    margin-top: 10px;
    
}
div.social-icons .linkedin i:hover {
    color: #0077B5;
    transform: scale(1.3);
}

div.social-icons .github i:hover {
    color: #2dba4e;
    transform: scale(1.3);
}

div.social-icons .instagram i:hover {
    color: #E1306C;
    transform: scale(1.3);
}

div.social-icons .twitter i:hover {
    color: #1DA1F2;
    transform: scale(1.3);
}

@media (max-width: 768px) {

    .center-text {
        font-size: 30px; /* Ajuste o tamanho da fonte se necessário */
        margin-top: 100px;
    }
}