.title-div {
    background-color: #007bff; /* Bootstrap primary color */
    color: white;
    text-align: center;
    padding: 10px;
}

.main-content {
    height: 60vh;
    background-color: #000000;
}

.side-div {
    height: 60vh;
    background-color: #d9d9d9;
}

.bottom-div {
    height: 40vh;
    background-color: #bfbfbf;
}

table.inputTable td {
    text-align: center;
    vertical-align: middle;
}