/*---------------------------
		Font https://www.dafont.com/es/
---------------------------*/
@font-face{
	font-family: "Roboto-Regular";
	src: url("../fuente/Roboto-Regular.ttf");	

}
@font-face{
	font-family: "Roboto-Light";
	src: url("../fuente/Roboto-Light.ttf");
}

body{
	width: 100vw;
	margin: 20px,20px,20px,20px;
    background-color: white;
	border: 2px solid  black;
	border-radius: 5px;
	padding: 50px ;
    text-align: center;	
} 

h1 {
	width:100%;
	font-family:"Roboto-Regular","Roboto-Light", Helvetica;
	text-align: left;
	font-size:30px;
	color:black;
}
nav {
	text-align :right;
	width:100%;
	height:auto;
	background-color:white;
	margin-top: 20px;
	border-radius: 7px;
}
a {
	font-family: "Roboto-Regular","Roboto-Light", Helvetica, sans-serif;
	color:black;
	text-align :right;
	margin-left: 20px;
}
h2 {
	width:100%;
	text-align: center;
	font-size: 60px;
	color:black;
	font-family: "Roboto-Light", Helvetica;
}
button {
	background-color: grey;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color:white;
	font-family: "Roboto-Light", Helvetica;
	margin-left:10px;
	margin-bottom: 10px;
	cursor: pointer;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
}




 img {
	display: block;
	
    border-radius: 50%;   
	border: solid 1px green;
	
}

footer{
	padding-top: 10px;
}
p{
	text-align: justify;
	color:rgb(11, 19, 25);
	text-align: left;
}