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