/* .header-panel {
    background: linear-gradient(135deg, #181d31 0%, #552b80 100%);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);     
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 1;
} */

.header-panel {
    background: linear-gradient(135deg, #181d31 0%, #552b80 100%);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    color: white;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
}

.header-panel h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
