body {
    background-color: #f5f5f5;
    font-family: "Liter", serif;
    font-size: 16px;
    color: #333;
}

h3 {
    text-align: center;
}

.container {
    background-color: #f0f0f0;
}

.bg-container {
    background-image: url('/images/kredyt_tani_top.jpg');
    background-size: cover;
}

.liter-regular {
    font-family: "Liter", serif;
    font-weight: 400;
    font-style: normal;
}

.oswald-400 {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.oswald-700 {
     font-family: "Oswald", serif;
     font-optical-sizing: auto;
     font-weight: 700;
     font-style: normal;
 }