body{
	background-color: #D0C0C0  ;

}

*{
	margin: 0;
}

a{
	color: white;
}

a:hover{
	color: #FFC900 ;
}

img{
	margin: 0px 0px 0px 10px;
}

ul{
	color: white;
}

/*#region Header*/
	header{
		background-color: darkred;
	    border-bottom: 3px solid white;
	    position: sticky;
	    top: 0px;
	    z-index: 1;
	}

	nav{
		height: 150px;
		width: 480px;
		background-color: darkred;
	    float: right;
	}

	nav li{
		display: inline-block;
	}

	nav a{
		margin: 0px 0px 0px 120px;
		text-decoration: none; 
	    font-size: 20px;
	    line-height: 40px;
	}

	nav ul{
		margin: 0px;
		padding: 0px;
	}

	.container{
	background-color: darkred;
    padding: 10px;
	}

    .container:after{
	content: '';
    clear: both;
    display: block;
	}

	#additional_header{
	border-bottom: 3px solid white;
    text-align: center;
    background-color: darkred;
	}

	#title{
	 font-size: 35px;
	font-style: italic;
	color: white;
	}

/*#endregion */

.mainContainer{
	 padding: 10px;
}

.mainContainer:after{
	content: '';
    clear: both;
    display: block;
}





input{
	font-size: 50px;
    position: relative;
    left: 600px;
    
}



textarea{
	font-size: 50px;
    position: relative;
    left: 600px;
    
}



.placek{

font-size: 50px;
    position: relative;
    left: 600px;
    color: darkred;

}





.krzaczek{
	border-color: darkred;
	border-width: 2px;
	border-radius: 10px;
	color: darkred;
}  



.krzaczek:hover{
	 border-radius: 10px;
    border-width: 5px;
}



.placek:hover{
	color: white;
}


.obrazek{
	
	    
	    position: fixed;
	    bottom:0px ;
	    z-index: 1;
        right: 20px;

}




