
HTML {font-family: 'helvetica', sans-serif;}


header{ 
    background: #acefff;
    width: 100%;
    font-size: 12px;
   
}


header nav {
    list-style: none;  
    display: block;
    text-decoration: none;
    padding: 0.5rem;
    margin: 1%;
}

header nav a {
    color: black;
    text-decoration: none;  
    padding: 1.3rem;
    color: white;
    display: inline-block;
    letter-spacing: 0.02rem;
    font-size: 1.3rem;
    text-align: left;
   
}

section{
    width: 100%;
    background: #acefff;
    width: 100%;
    }

h1 {font-size: 2rem;
    margin-left: 2%;
   }

h2 {margin-left: 2%;
    margin-bottom: 2%;
    }




main section img {
    max-width: 240px;
    margin:2%;
    border: 11px solid #f8aab0;
    border-radius: 100%;  }


body {
    
    background: #fff963;  
}

li { list-style: square;
}


div  {
     color: black
     text-align: left;       
}



.primero {
    background-color: #D9EDE6;
    width: 90%;
    height: auto;
     margin: 2%;
     padding: 10px;
    text-align: left;
     border-bottom: dotted #45efb4;
}

 .segundo {
    background-color: #D9EDE6;
    width: 90%;
    height: auto;
     margin: 2%;
     padding: 10px;
    text-align: left;
    border-bottom: dotted #45efb4;}


footer{
    max-width: 974px;
    margin: 0 auto;
    padding: 1%;
    color: white;
    background-color: #838383;
    font-weight: 300;
    font-size: 12px;
    border-radius: 8px;
}

 
/*responsive*/
/*a partir de 960ps*/
@media (min-width: 60rem ) {    
    
    .perfil 
    { display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: baseline;
	align-content: stretch;
}
.primero {

    width: 50%; }
.segundo {
   
    width: 50%;}