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


body {
	/* background-image: url(https://i1.wp.com/techweez.com/wp-content/uploads/2018/05/minion.gif?fit=748%2C561&ssl=1); */


	background-color: azure;
	background-size: 100%;
	background-attachment: fixed;




}


.app{
    width: 200px; height: 200px; 
	 border-radius: 100px; 
	 -webkit-border-radius: 150px;
	 -moz-border-radius: 150px;


}
header { 
	background-color: rgba(30,85,166, 0.9); 

}

nav {
    display: flex;
    align-items: center;


}
nav ul {
	font-family: 'Roboto Mono', monospace;
    text-align: center;
    font-size: .75em;
    flex-direction:row;
    width:100%;
    letter-spacing: 0.40em;
    list-style-type:none;
    display:inline-flex;
  
}

nav ul:last-child{
    border: 0;
}

nav ul li {
	border-right: 1px solid;
	border-color: white;
	padding: 1rem;
	
}





header nav ul li a {
	color: white;
	text-decoration: none;
	font: roboto, monospace;
	border-right: 1em;
}

header nav ul li a:hover {
	color: grey;
	}

a {
	color: white;
	font-family: 'roboto', monospace;
	text-decoration: none;
	font: roboto, monospace;
	border-right: 1em;
    align-items: center;}


	h1 {
		border-bottom: 1px solid;
		border-color: white;
        text-align: center;
        padding-top: 1em;
        
	}


h2 {
		border-bottom: 1px solid;
		border-color: white;
        text-align: center;
        padding-top: 1em;
	}





.caja { 
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em;
	background-color: rgba(30,85,166, 0.7);
	box-shadow: 0 0.1em 1em rgba(0,0,0,.2);}


.seeker  {
	display: flex;
    flex-direction: column;

	
	 }


.imgperfil {
	 width: 200px; height: 200px; 
	 border-radius: 100px; 
	 -webkit-border-radius: 150px;
	 -moz-border-radius: 150px;   }



.desc {
	display: flex;
	flex-direction: column;
	font-family: 'Roboto Mono', monospace;
	letter-spacing: 0.1em;
	justify-content: center;
	color: white;
    padding: 1em;

}


.prof  {
	display: flex;
	flex-direction: row-reverse; 
    background-color: rgba(30,85,166, 0.7);
    box-shadow: 0 0.1em 1em rgba(0,0,0,.2);
    text-align: left;
    padding: 1em;


}




.prof p {
	color:white;
	font-family: 'Roboto', monospace;
	font-weight: 400;
	display: inline-flex;
    margin-right: .4em;
    margin-bottom: 0;
    font-size: .7em;
    padding-top: 1em;
    padding-left: 1em;
	
}

.logo {
	width: 5em;
	height: 5em;

}
.desc .descri {
    font-size: 0.5;
    text-align: center;
}


.inti:hover  {color: yellow;}



.paleta{
width: 70%;
    min-width: 70%;
}


.diagrama{
    
    background-color: darkblue;
    text-align:center;
    margin: 1em;
    
}

.boton{
    color: aliceblue;
    font-size: 1.2em;
}



footer {
	background-color: rgba(30,85,166, 0.9);
	padding: 2em;
    font-size: .8em;
	justify-content: center;
    


}



footer p {
	color: #8c97b9;
	font-family: 'Roboto Mono', monospace;
    font-size: .70em;
    font-weight: 100;
}
