


#carte{
   border: solid 3px rgb(42, 42, 165);
   border-radius: 2rem;
   width: 45rem;
   background: #fff !important;
}
#title{
    text-align: center;
}
#logo1{
    display: flex;
    align-items: center;
    justify-content: center;

}
#imgtitle{
display: flex;
justify-content: space-around;
}
img{
    width: 150px;
    height: 100px;
}
#dp{
border: solid 1px black;
border-radius: 1rem;
padding: 4px;
position: absolute;
    margin-right: -447px;

}

#text1{
margin-left: 20px;
}
#text2{
    text-align: center;
}
#poid{
    margin-left: 20px;
}

.gras{
    font-weight: bold;
}
#dp ul{
    list-style: none;
    padding:3px;
}