body {
    background-color: #ebebc3 !important;
    background-image:linear-gradient(to top left, #00ffff, #e37287 )

}
#main_container {
    background-color: white;
    height: 100pc
}

table {
    width: 100pc
}

.highlight {
    background-color: #d0e4f7 !important; /* Change this to the desired highlight color */
}

.notes::placeholder {
    font-size: 0.75em;
}
