
body
{
	background-color: #2F3336;
	color: #efefef;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}
h1
{
	font-size: 36px;
	font-weight: 400;
	color: #C0D06F;
	margin: 20px;
}
h5{
color: #C0D06F;
	margin: 20px;
	text-align: center;
}

.animals
{
	text-align: center;
	
}
.animals img
{
    width: 100%;
    height: auto;
}
.animals p
{
    margin-bottom: 30px;
}
.animals figcaption
{
    margin-top: 8px;
}
.animals video{ /*ustawienie video*/
width: 100%;
height: auto;
}


