html, body {
    height: 100%;
    margin: 0; /* Optional: Remove default body margin */
}
.container-fluid{
    height: 100% !important;
}
.clock{
    font-weight: bold;
    font-size: 1.3em;
    padding-top: 10px;
    background: #394049; 
    height: 100%;
    color: #fff;
}

.ColumnaMarca{

    background-image: url("/public/img/IOKitchen_logo_v1.png");
    background-repeat: no-repeat;
    background-position: center;
    height:100%;
    background-color: #000;
}
.mb{
    margin-bottom: 10px;
}
.btn-orange{
    background-color: #ff4e00;
    border-color: #ff4e00;
    color: #fff;
}
.btn-orange:hover{
    color: #fff;
    background-color: #fd6a2a;
}