body { 
background: #1b50a5;
color:rgb(255, 255, 255);
font-family: "font principal"    
}
text1{font-size: 150;

}
.titulo{
    width: auto;
    height: 30%;
   margin-left: 10%;
    margin-right: 10%;
    margin-top: ;
    box-shadow:0px 10px 7px rgba(0, 0, 0, 0.73);    
    background-color: rgb(255, 255, 255);
    border: 10px solid #b1b1b1;
    transition: all 300ms;
}
.titulo:hover{
   
    
}
a
{
 
font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    background-color: #ffffff;
    width: auto;
    height: auto;
    border: 10px solid #b1b1b1;
    box-shadow:0px 10px 0px rgba(0, 0, 0, 0.22);    
   transition: all 300ms;
}  
a{
    text-decoration-line: none;
    ;
}
a:hover{
    transform: translateY(5px);
    box-shadow:0px 10px 0px rgba(0, 0, 0, 0.73);
}
a:visited{
    color: #000000;
}
a:active{
    transform: translateY(10px);
    transform: translateY(-5px);
    
}  
.videos{
   ;
   
    background-color: #ffffff;
    
    border: 10px solid #b1b1b1;
    box-shadow:0px 10px 0px rgba(0, 0, 0, 0.22);    
   transition: all 300ms;
    width: 560;
        margin-left:28.3%;
}
.button{
    
    align-items: center;
font-size: 50px;
    margin-left: 30.3%;
    display: inline-block;
    margin-top: 15px;
    background-color: #ffffff;
    width: auto;
    height: auto;
    border: 10px solid #b1b1b1;
    box-shadow:0px 10px 0px rgba(0, 0, 0, 0.22);    
   transition: all 300ms;
}
.button2{
    
    align-items: center;
font-size: 50px;
   margin-left: 50%;
    display:table;
    margin-top: 15px;
    background-color: #ffffff;
    width: auto;
    height: auto;
    border: 10px solid #b1b1b1;
    box-shadow:0px 10px 0px rgba(0, 0, 0, 0.22);    
   transition: all 300ms;
}
.button3{ align-items: center;
font-size: 50px;
   margin-left: 10%;
    display:table;
    margin-top: 15px;
    background-color: #ffffff;
    width: auto;
    height: auto;
    border: 10px solid #b1b1b1;
    box-shadow:0px 10px 0px rgba(0, 0, 0, 0.22);    
   transition: all 300ms;}
@font-face{font-family: "font principal";
    src: url(/fuentes/Lovelo-Black.ttf);}
