
/* ! Header */



/* ! Body */
/* body{} */

.heroTitle {
    padding: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    margin: 0 auto;
    /* background-image: url("/images/laptop-desktop-blurred-background.jpg"); */
    background-size: cover;
    background-position: center;
}

.title{
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(1rem, 4vw, 3rem);
    font-weight: 600;
    letter-spacing: 1px;
}

/* .divImage{
   
} */

.containerBio{
    /* border: 3px solid #4676bd; */
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    
    width: 100%;
    
    
}

.box{
    width: 30%;
    font-size: 20px;
}

.div1{
    border: 3px solid #df3a3a;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    gap: 2rem ;

    /* width: 80%; */
    margin: 0 auto;
}
.div2{
    text-align: left;
    font-size: 25px;
    font-weight: bold;
}
.div3{
    text-align: left;
    width: 70%;
}

/* ! Su di me */
.container{
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* ! Tech Stack */
.tech-stack{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-around;
    gap: 2rem;
}
.Listskills{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: space-around;
    gap: 2rem;
    
}

.skill{
    display: inline-block;
    background-color: #1fa14c;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 15px 10px 4px rgba(11, 83, 39, 0.3);
}


/* ! Progetti */
.ContainerProgetti{
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-around;
    text-align: center;
    gap: 2rem;
}



