*
{
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;
}

nav ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}



nav ul li a
{
    display: block;
    
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

nav h1{
    font-size: 300%;
}



.Info
{
    max-width: 1000px;
    margin: auto;
    text-decoration: none;
    padding: 1rem;
}



.drugie
{
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    flex-wrap: wrap;
}

.Dane
{
    width: 90%;
    margin-bottom: auto;
}

.Dane img
{
    width: 110%;
  
}


