/* Add here all your css styles (customizations) */

#alert-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0 ;
    z-index: 100000;
    margin: 20px;
    border: 5px solid #aaa;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}