*
{
     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 h1{
    font-size: 50px;
}



.Info
{
    max-width: 1000px;
    margin: auto;
    text-decoration: none;
    padding: 1rem;

}

header h2
{
    font-weight: 200;
}

.drugie
{
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    flex-wrap: wrap;
    text-decoration: none;
}

.Dane
{
    width: 90%;
    margin-bottom: auto;
}

.Dane img
{
    width: 100%;
    height: 50%;
}


.Dane p
{
    margin: auto;
}