@charset= "utf-8";

body {
    font-family:sans-serif;
    background-color:dimgrey;
    color: white;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    margin: 0px; 
    
}

footer{
    background-color:black;
    font-size: 0.9em;
    padding: .25em;
    height: auto;
    color: white;
}

header {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
    height: 50px;
}

header ul li a {
    display: flex;
    justify-content: center;
    align-items: center;

}

nav{
    display: flex;
    flex-wrap: wrap;
}

nav>ul {
    display: flex;
    justify-content: space-between;
    background-color: white;
}

nav>ul>li {
    font-weight: 500;
    color: black;
    background-color: white;
    display: flex;
    padding: 1em;
    
}

nav>ul>li>a {
    font-weight: 500;
    color: black;
    background-color: white;
    display: flex;
    text-transform: capitalize;
    text-decoration: inherit;
    align-items: center
    
}


section{
    justify-content: center;
    text-align: center;
    
} 

.ajustar-texto {
    justify-content: center;
    text-align: center;
} 

h1{
    display: flex;
    background-color: white;
    justify-content: center;
    max-width: 40%;
    margin: .5em;
    margin-left: 30%;
    margin-bottom: 15px;
    color:black;
    
  
} 

.materia{
    color:black;
    font-weight: 600;
}

h2{
   display: flex;
    background-color: lightslategrey;
    justify-content: center;
    max-width: 40%;
    margin: .5em;
    margin-left: 30%;
    margin-bottom: 15px;
    color:white;
        
}
        
h3{
    display: flex;
    background-color: lightslategray;
    justify-content: center;
    max-width: 40%;
    margin: .5em;
    margin-left: 30%;
    margin-bottom: 15px;
    color:white;
}

.separador-bottom-15 {
    margin-bottom: 15px;
}

.separador-top-25 {
    margin-top: 25px;
}

.separador-bottom-20 {
    margin-bottom: 20px;
}

.centrar {
    text-align: center;
    width:100%;
}

.perfil{
    font-size: 1.1em;
    color:white;
    margin-left: 10px;
    margin-right: 10px;
    

}

.perfil1{
    font-size: 1em;
    color:black;
    margin-bottom: 20px;

}

#fotomati{
    border-radius: 90rem;
    height: auto;
    width: 40%;
}

li{ 
    text-decoration:none;
    list-style:none;
    color: black;
    
   
}

.instagram{ 
    text-decoration: none;
    list-style:none;
    color: black;
    font-size: 1.3em;
    margin-top: 150px;

}

.perfilalo{ 
    text-decoration: none;
    list-style:none;
    color: lightgrey;
    font-weight: 600;
    margin-bottom: 50px;
    
}

    



