/* stylizacja strony union.html
    główny pojemnik: description.css*/

.union
{
    padding: 5%;
}

.lake_container
{
    width: 90%;
    height: fit-content;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;

}

.lake_container h3
{
    color: #0a2b42;
    text-align: center;
    font-weight: bold;
    margin-top: 3%;
    margin-bottom: 3%;
}


.lake_container img
{
    box-shadow: 0 10px 15px rgba(0, 0, 0, .5);
}

.socials
{
    height: fit-content;
    padding-top: 5px;
    padding-bottom: 3px;
}

.socials p
{
    margin-bottom: 10px;
}
