

body{

	width: 1200px;

	height: 1000px;

	background-color: white;

	margin: auto;

}



header{
	width: 1200px;
	height: 450px;
		
}
 

 nav{

     width: 1200px;
     height: 50px;
     
     text-align:center ;

      }

.img1{
     border-radius: 50%
 }

 main{  

      width: 1200px;
      height: 1900px ;
      



 }


    


footer {
           
     width: 1200px;
     height: 40px;
     background-color:#1900ff;


        }


 


.letra{
     color: black;
     font-size: 100 px;
     text-aling: center;
     font-weight: bold ;
     font-style: Times New Roman ;

}

.t-imagen{
width:250px ;
height:190px ;
margin: 1px 50px;
border-radius:40px ;
border: 3px solid black;
}

             
.espacio {
            margin-right: 100px; 
        }




.boton{

display: inline-block;
width: 80px;
font-family: 'Times New Roman', Times, serif;
font-weight: 1000;
background-color: rgba(0, 110, 255, 0.76);
border-radius: 10px;
padding: 15px 40px;
margin:  5px 70px ;
color: white;
text-align: center;
text-decoration: none;


}


.boton:hover {

     background-color: transparent; 
     border: 2px solid rgba(0, 110, 255, 0.76);
     color:rgba(0, 110, 255, 0.76) ;
     



}

