body
{
    font-family: 'Jost', sans-serif;
}
h3
{
    text-align: center;
}
.yy
{
    font-size: 2.5vh;
}
p
{
    font-size: 2.5vh;
    text-align: center;
}
.a
{
    color: rgb(27, 163, 43);
}
.a:hover
{
    color: rgb(0, 123, 13);
    text-decoration: none;
    cursor: pointer;
}
.rodzic
{
    text-align: center;
}
@media (max-width: 1000px) {
    h3
    {
        margin-top: 30%;
    }
    .wff
    {
        margin-top: -30%;
    }
    .jeden
    {
        display: none;
    }
    .rodzicc
    {
        margin-top: 17%;
    }
    
}
