/* Ogolne style*/
body{
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
    /*background-color: #711515 !important;*/
    overflow-x: hidden;
}
.container-fluid{
    padding: 0 !important;
}
.justify-content-center {
    text-align: center;
}
.content{
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    float: right;
}
.page_title {
    background-color: #711515;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}



