body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI','Times New Roman','Open Sans', 'Helvetica Neue', sans-serif;
    margin: 2rem;
    background-image: url();
    
}

h4 {
  color: rgb(0, 0, 0);      

height: px;

h3 {
    color: }

}


img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: hsl(326, 92%, 36%);
  font-weight: bold;
}


h1{
    color: rgb(0, 0, 0);
    font-size: 2rem;
    text-decoration-line: none
    
}

body,li a:hover{
    font: 2rem ;
    font-weight: 600;
    

    
}

* {
    box-sizing: border-box;

    
}

p{
    color: black;
    background: rgb(201, 158, 190)
}
body main p{
    font-size: medium;
    color: rgb(0, 0, 0);
}


.title{
    display:block;
   font-size: 1em;
   font-weight: italic;
   background-color: rgb(16, 107, 77);
}


.academicos li {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 4rem;
    background-color: rgba(137, 43, 226, 0.144);
    font-size: smaller;
}
   


.datofadu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
} 

footer h6 {
    font-size: small;
    display: grid; 
    margin-block-start: 2em;
    margin-block-end: 2em;
    margin-inline-start: 4px;
    margin-inline-end: 4px;
    background-color: rgb(111, 115, 118);
}