
body{
    background-color:#0D1D28;
    color:aliceblue;
}


header{
    background-color:#50B3F5 ;
    height: 5vh;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(80,179,245,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(80,179,245,1);
    box-shadow: 0px 0px 5px 0px rgba(80,179,245,1);
}

.navbar_header{
    font-size: 1vw !important;
}

img{
    margin: 2px;
}

.btn{
    background-color: aliceblue;
    border-color: #0D1D28;
    color: #0D1D28;
}
.btn:hover{
    background-color: #0D1D28;
    color: aliceblue;
    
}

a{
    text-decoration: none;
    color: aliceblue;
}

i{
    padding: 5px;
}


.foto_programs{
    width: 10vw;
    height: 10vw;
}
.foto_anim{
    
    width: 30vw;
    height: 30vw;
}

footer{
    border-top: #204863 solid;
}
