*{
        margin: 0;
        padding: 0;
        box-sizing: border-box;}

body {
  font-family: 'Raleway', sans-serif;
  background-color: #37D0C5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between }

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: black;    
    padding: 1em;
}

header img {
    height: 2em; 
}



.logoheader {
    display: flex;
    max-width: 80px;
    height: 40px;
}

main { 
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: .5em;}

    img {
    max-width: 100%;
}

h1 {
    font-family: 'Dosis', sans-serif;
    display: flex;
    background-color:white; 
    border-radius: .8em;
    margin: 1em; 
    font-size: 10pt;
    color:#37D0C5;
    padding: 1pt;
}

#titulo {
    font-size: 50px;
    font-weight: 1000;
    top: 12%;
    left: 4%;
    color: rgba(21, 23, 39, 0.87);
    font-family: 'Roboto', sans-serif;
    margin-block-end: -7pt;
    
}


iframe {
    border: 8px solid rgb(255, 251, 235);
    border-radius: .8em;
    
    
}

 h3 {
    font-size: 7pt;
    border-bottom: 1px solid black;
    padding-bottom: 2em;
     padding: 0.4em;
     padding-left:0.1em;

    
    
}

p { 
    font-size: 10pt;
    padding: 1px;
    margin-top: 1em;
    color:white;
    
}

div #bio-1 #bio-titulo{
	
    margin-top:0.1em;
	color: rgb(227, 70, 47);
    font-size: 16pt;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid black;
    margin-bottom: 1em;
    color: #E3462F;
}



#bio-1 p {
    color:#37D0C5;
    font-size: 7pt;
    background-color: #EEF3D7;
    margin-top: 0.4rem;
}


#bio-1 {
    (max-width: 150px)
    width:1%;
    margin-right: 1rem;
    
   
    }




footer p{
    font-size:7pt;
    margin-top: 5rem;


}







