*
{
font-size: 110%;
font-family: VT323;
text-decoration: none;
color: green;
background-image: url("tlo.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}



body
{
    margin: 0;
    background-image: url(zdj/prz.png);
}



nav ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}





nav ul li a
{
    display: block;
    padding: auto;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}



nav h1{
    font-size: 50px;
}



header h2
{
    font-weight: 200;
}



.Info
{
    max-width: 1000px;
    margin: auto;
    text-decoration: none;
    padding: 1rem;
}




.gra
{
    width: 100%;
    margin-bottom: auto;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    flex-wrap: wrap;
    
}




.gra p
{
    margin: 4px 0;
    text-decoration: none;
}





