/* static/css/styles.css */
body {
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
}

.submenu-div {
    position: relative;
}

.banner {
    background: #8B7500;/* FFD700 #F5C300 #FF4500 */
    color: white;
    position: absolute;
    top: 82px;
    left: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: auto;
}

.text-justify {
    text-align: justify;
}