body, p, div, span{
    font-family: 'Roboto';
}
body, p{
    font-size: 16px;
}
p{
    margin: 0;
}
h1,h2,h3,h4,h5{
    font-family: 'Open Sans';
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

/* Footer */

.footer__title{
    text-transform: uppercase;
    font-size: 18px;
    color: #999;
}

.footer__info{
    background-color: #222;
    padding: 20px;
    color: #ddd;
    font-size: 16px;
}
.footer__copyright{
    background-color: #333;
    padding: 20px;
    color: #ddd;
    border-top: 1px solid #444;
    font-size: 12px;
}

.rozdzielnik-lini{
    width: 70px;
    border-bottom: 1px solid #444;
    margin: auto;
    margin-bottom: 10px;
    height: 11px;
}