body{
    background-color: rgb(234, 235, 225);
    color: black;
    overflow-x: hidden;
    font-size: 24px;
}
.table_custom { --bs-table-bg: transparent !important; --bs-table-color: black !important; }
.big-font{ font-size: 20px;}
.small-font{font-size: 16px;}
nav{
    color: white;
    height: 20%;
    width: 100%;
    background-color: #111a35;
}
main{
    margin: 0px;
    padding: 0px;
    height: 75%;
}
#FirtstConten{
    height: 60%;
    width: 100%;
}
footer{
    height: 20%;
    width: 100%;
    background-color: #111a35;
    color: white;
}
nav div{
    height: 100%;
}

footer p{
    font-size: small;
    
}

.cBlue{
    color: #111a35;
}
.clightBlue{
    color: #a3d3f8;
}
.cSky{
    color: #daf4ff;
}
.cBrown{
    color:#76777c;
}
.cBez{
    color:#e2e2e2;
}

a{
    text-decoration: none;
}
p{
    margin: 1px;
    padding: 0px;
}