body {
}
.alert-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: #53565A;
    color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 30;
}
.alert-bar p {
    color: #fff;
}
