.div-img {
    display: flex;
    gap: 100px;
}


img {
    border-radius: 10px;
     width: 400px;
      height: 400px;
}


.p1 {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


h1 {
     color: rgb(74, 45, 100);
}


h2 {
    color: rgb(74, 45, 100);
}


.titulo-com-linha{
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}


body {
    background-color: rgba(227, 221, 233, 0.863);
}


ul {
list-style-type: none;
padding: 0;
display: flex;
gap: 15px;
}

ul li a {
text-decoration: none;
color: white;
background-color: rgb(74, 45, 100);
padding: 10px 20px;
border-radius: 5px;
font-family: sans-serif;

}

ul li {
background-color: rgb(74, 45, 100);

}


.p2 {
    text-align: right;
    color: rgb(20, 20, 53);
}