*{
    background-color: rgb(255, 255, 255);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(2, 2, 2);
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
    place-items: center; 

}

#titulo{
    justify-content: center;
    display: flex;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.952) ;
    padding: 20px 5px 20px;
    width: auto;
    color: #000203;
    background-color: rgb(21, 111, 190);
    font-size: 17px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.952) ;
    margin-bottom: 130px;
    border: 2px solid black;
    border-radius: 10px;
}

.lista ul{
    display: flex;
    justify-content: center;
    gap: 50px;
    list-style:none;
    background:transparent;
}

.lista li{
    border: 3px solid black;
    border-radius: 6px;
    padding: 5px;
    margin: 30px 5px 20px ;
}

.lista h2{
    font-size: 20px;
    background: #5b4fc7;
    padding: 4px;
    margin-bottom:20px;
    width:auto;
    height: auto;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: solid 4px ;
    border-radius: 13px;
    box-shadow: 0px 0px 4px ;
    position: absolute;
    top: -20px;
    left: 50;
    
}

.lista{
    background: #1d88bd;
    height: 150px;
    width: 600px;
    padding: 40px 20px 20px;
    margin: 50px auto;
    border-radius:10px ;
    box-shadow: 0 0 10px #000203;
    position: relative;
    text-align: center;
    border:2px solid #000203;
}

.redessociais h2{
    background-color: transparent;
    position: relative;
    text-align: center;
    
}

.redessociais ul{
    display: flex;
    justify-content: center;
    gap: 50px;
    list-style:none;
    background:transparent;
}

.redessociais{
    background-color: #1d88bd;
    padding: 30px;
    margin: 0px 190px 0px;
    border: 2px solid #000203;
    border-radius: 10px;
    box-shadow: 0px 3px 8px ;
}

.redessociais li{
    background: none;
    margin-top: 37px ;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    list-style-type: none;
}

.redessociais a{
    background-color: #c471ccab;
    border: 2px solid black;
    border-radius: 7px;
    text-decoration: none;
}

.foto img{
    display: flex;
    gap: 20px;
    width: 200px;
    border:3px solid #000203;
    border-radius: 500px;
    margin: 10px 0px 37px;
}

.foto h2{
    background-color: #e937dac7;
    border: 2px solid black;
    box-shadow: 0px 0px 4px;
    border-radius: 30px;
    padding: 0px 5px 0px;
}

#titulo2{
    background: rgba(129, 23, 165, 0.788);
    margin: 50px;
    padding: 3px;
    border: 3px solid black;
    border-radius: 14px;
    box-shadow: 0 px 0px 4px;
}

.corriculos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin:10px 55px ;
}

.corriculos img{
   word-wrap: none;
   width: 350px;
   margin: auto;
   border: 3px solid #000203; 
   border-radius: 10px;
   box-shadow: 0px 0px 4px;
}

.corriculos > div{
    flex: auto;
    display: flex;
    justify-content: center;
}

.corriculos #informacao p{
    background: #ca5ce0ee;
    text-align: justify;
    font-size: 20px;
    font-family: Arial;
    margin: auto;
    padding: 10px 20px 10px;
    border: 3px solid black;
    border-radius: 10px;
    box-shadow: 0px 0px 4px;
    width: 700px;
}

.projetos {
    
    display: block;
    margin: auto;
    width: 700px;
    border: 3px solid black;
    border-radius: 7px;
}


.projetos li{
    background: #1d88bd;
    padding: 20px 20px 10px 20px;
    font-weight: bold;
}

.projetos ul {
    list-style: disc;
    display: inline;
    background-color:  rgba(58, 3, 80, 0.678);;

}