.italic
{
    font-style: italic;
}
.strong
{
    font-weight: bold;
}

p
{
    text-align: center;
}

h2
{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#blokPierwszyRegulamin
{
    background: rgb(0, 0, 0);
    color: white;
    margin-top: 50px;
    margin-left: 100px;
    margin-bottom: 50px;
    margin-right: 100px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgb(0, 0, 0);
}

#blokDrugiRegulamin
{
    background: rgb(0, 0, 0);
    color: white;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 50px;
    padding: 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
    border-radius: 20px;
}