#grad1
{
background: linear-gradient(to top, rgb(20, 20, 56)ite,rgb(123, 123, 253));
font-family:Georgia, serif;
font-size: 200%;
color:white;
height:100px;
width:300px;
margin-right:50px;
margin-top:30px;
float:right;

}
#srodek
{
background: linear-gradient(to top,orange,white,red);
border:9px double rgb(77, 77, 77);
font-family:Georgia serif;
font-size: 200%;
height: 150px;
width: 700px;
float:center-left;
}
#pom
{
background: linear-gradient(to top,rgb(129, 124, 116),rgb(90, 81, 81),red);
height: 500px;
width: 1200px;
border:16px double rgb(50%,30%,20%);
}
#zielony
{
color: rgb(163, 216, 163);
}
#czerwony
{
color: rgb(57, 68, 226);
}
#niebieski
{
color:rgb(123, 255, 0);
}
p
{
text-align:center;}


	

	



