body {
    /*background-color: skyblue;*/
}


.dev-banner {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: white;
    text-align: center;
    padding: 8px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin-bottom: 40px;
}
