
body {
    height: 100%;
}

.bg-blue-1 {
    background-color: rgb(170, 182, 198);
}

.bg-blue-2 {
    background-color: rgb(85, 108, 142);
}

.bg-blue-3 {
    background-color: rgb(0, 35, 85);
}

.blue-1 {
    color: rgb(170, 182, 198);
}

.blue-2 {
    color: rgb(85, 108, 142);
}

.blue-3 {
    color: rgb(0, 35, 85);
}

.drogowskazFont {
    font-family: 'Lato', sans-serif;
}
