.bottombar {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #251125;;
    color: #e2e2e2;
    text-align: center;
   
    }
.bottombar_content{
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 10px;
}

.bottombar_close{
    font-family: 'Raleway';
    background: #e2e2e2;
    color: #0B1215;
    cursor: pointer;
    font-size: 20px;
}