.footer-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;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

@media (max-width: 323px) {
    .footer-panel {
        font-size: x-small;
    } 
}

@media (max-width: 277px) {
    .footer-panel {
        font-size: x-small;
    }   
}