.content-area
{
	width:100%;
	display:flex;
	justify-content:center;
}

.site-main
{
	width:1260px;
	padding:20px;
	overflow:hidden;
}

@media (max-width:767px)
{
	padding:10px;
}

.site-main h1
{
	padding: 150px 20px 100px 20px;
    text-align: center;
    font-family: Libre Baskerville;
    color: #3a3845;
    font-size: 32px;
    font-weight: 700;
}

@media (max-width:767px)
{
	.site-main h1
	{
		padding: 150px 20px 100px 20px;
		text-align: center;
		font-family: Libre Baskerville;
		color: #3a3845;
		font-size: 25px;
		font-weight: 700;
	}
}

.site-main a
{
	color:#806065;
	font-weight:600;
}



/* KONTENER SPIS TREŚCI */

#table-of-contents {
    margin-bottom: 20px;
    padding: 10px;
}

#toc-list {
    padding: 0;
}

#toc-list li {
    margin-bottom: 5px;
}

#toc-list a {
    text-decoration: none;
    color: #806065;
}

#toc-list a:hover {
    text-decoration: underline;
}
