body
{
   font-family: 'Encode Sans Condensed', sans-serif;
   background-color: #ffffff;
   color:#5895C7;
   font-weight: bold;
   
   cursor: pointer;
}
header{
   text-align: center;
   margin-top: 40px;
   font-size: 1.4em;
   display: flex;
   justify-content: space-evenly;
}
.logo{
   width: 150px;
}
main{
   text-align: center;
}
.fondo{
   width: 60%;
}
footer{
   position: fixed;
   bottom: 0;
   display: flex;
   justify-content: space-between;
   width: 98vw;
   color:#5895C7;
   font-weight: bold;
}
a{
   text-decoration: none;
   color:#5895C7;
}
