body {
    background-color: #f0f2f5;
    color: #000000;
    font-family: font-family: 'Courgette', sans-serif;
	font-family: 'Mitr', sans-serif;
}

#kontener {
    background-color: #ffffff;
	width: 800px;
    min-height: 550px;
	margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
	padding: 5px 40px 20px;
	-webkit-box-shadow: 0px 0px 26px 4px #745b3f;
	-moz-box-shadow: 0px 0px 26px 4px #745b3f;
	box-shadow: 0px 0px 26px 4px #745b3f;
}

#lewy {
    float: left;
    width: 370px;
    min-height: 458px;
    padding-right: 40px;
}

#prawy {
    float: left;
    width: 390px;
}

#zdrowas {
	width: 170px;
	position: fixed; left: 13px; top: 30px;
    text-align: justify;
    font-size: 14px;
    color: #745b3f;
}

#chwala {
    width: 170px;
	position: fixed; right: 13px; top: 150px;
    text-align: justify;
    font-size: 14px;
    color: #745b3f;
}

#gora2 {
    min-height: 1px;
}

h2 {
    text-align: center;
    font-family: 'Lily Script One', cursive;
    color: #745b3f;
}
h1 {
    color: #745b3f;
    text-align: center;
    font-size: 40px;
}

p {
    height: 458px;
    display: table-cell;
    vertical-align: middle;
    }

img {
	float: right;
    -webkit-box-shadow: 0px 0px 26px 4px #745b3f;
	-moz-box-shadow: 0px 0px 26px 4px #745b3f;
	box-shadow: 0px 0px 26px 4px #745b3f;
}

a:link
{
   color: #745b3f;
   text-decoration: none;
}

a:visited
{
   color: #745b3f;
}

a:hover
{
   color: #74413f;
}

a:active
{
   color: red;
}

@media (max-width: 980px)
{

#kontener {
    background-color: #ffffff;
	width: 100%;
    min-height: 50px;
	margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	padding: 5px 20px 5px;
	-webkit-box-shadow: 0px 0px 26px 4px #745b3f;
	-moz-box-shadow: 0px 0px 26px 4px #745b3f;
	box-shadow: 0px 0px 26px 4px #745b3f;
}

#lewy {
    clear:both;
    width: 100%;
    min-height: 100px;
    padding-right: 10px;
}

#prawy {
    clear:both;
    width: 100%;
}

#zdrowas {
	width: 170px;
	position: fixed; left: 13px; top: 30px;
    text-align: justify;
    font-size: 14px;
    color: #745b3f;
}

#chwala {
    width: 170px;
	position: fixed; right: 13px; top: 150px;
    text-align: justify;
    font-size: 14px;
    color: #745b3f;
}

}
