.header {
	width: 100%;
	height: 75px;
    background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	/* Gradient został wygenerowany przez generator dotępny w internecie */
    color:white;
	font-size: 40px;
	font-family: Consolas;
    text-align:center;
	padding-top: 25px;
}

#container
{
	margin-left: 15%;
}

#nav {
    line-height:30px;
	background-color: gray;
    width: 15%;
	min-width: 250px;
    height:700px;
    float:left;
}

#button1
{
	width: 100%;
	height: 65px;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(90,92,107,1) 0%, rgba(51,222,154,1) 100%);
	font-size: 120%;
	font-family: Consolas;
	text-align: center;
	border-bottom: solid 5px black;
	padding-top: 35px;
}

#button1:hover
{
	width: 100%;
	height: 65px;
	background: rgb(224,45,211);
	background: linear-gradient(90deg, rgba(224,45,211,1) 0%, rgba(223,152,27,1) 100%);	
	font-size: 120%;
	font-family: Consolas;
	text-align: center;
	border-bottom: solid 5px black;
	padding-top: 35px;
}

#button2
{
	width: 100%;
	height: 65px;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(90,92,107,1) 0%, rgba(51,222,154,1) 100%);
	font-size: 120%;
	font-family: Consolas;
	text-align: center;
	border-bottom: solid 5px black;
	padding-top: 35px;
}

#button2:hover
{
	width: 100%;
	height: 65px;
	background: rgb(224,45,211);
	background: linear-gradient(90deg, rgba(224,45,211,1) 0%, rgba(223,152,27,1) 100%);	
	font-size: 120%;
	font-family: Consolas;
	text-align: center;
	border-bottom: solid 5px black;
	padding-top: 35px;
}

#button3
{
	width: 100%;
	height: 80px;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(90,92,107,1) 0%, rgba(51,222,154,1) 100%);
	font-size: 120%;
	font-family: Consolas;
	text-align: center;
	padding-top: 20px;
}

#button3:hover
{
	width: 100%;
	height: 80px;
	background: rgb(224,45,211);
	background: linear-gradient(90deg, rgba(224,45,211,1) 0%, rgba(223,152,27,1) 100%);	
	font-size: 120%;
	font-family: Consolas;
	text-align: center;
	padding-top: 20px;
}

#section {
	width: 70%;
	height: 260px;
	background: rgb(141,224,105);
	background: linear-gradient(90deg, rgba(141,224,105,1) 0%, rgba(223,152,27,1) 100%);
    float:left;
	font-size: 20px;
	font-family: Consolas;
	text-align: center;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer {
    background-color: black;
    color: white;
    clear: both;
    text-align: center;
    padding: 5px;
}

#logo
{
	padding-left: 40px;
	padding-top: 10px;
}

#zdjecie
{
	width: 70%;
	height: 350px;
	background: rgb(141,224,105);
	background: linear-gradient(90deg, rgba(141,224,105,1) 0%, rgba(223,152,27,1) 100%);
    float:left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-top: 40px;
}

a
{
	color: pink;
}