body {
    padding: auto;
    font-family: arial;
}

h1 {
    /* float: left; */
    padding-left: 10px;
}

h2 {
    
}
.tytul {
    display: flex;
    text-align: center;
}
a {
    text-decoration: none;
    color: darkblue;
}

a:hover{
    color: red;
    font-size: 30px;
}


.bottomsites {
    text-align: center;
}

img {
    float: left;
    border-radius: 10% 30% 50% 70%;
}

.srodek {
    text-align: center;
}