body {
    background-image: url(fon.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper{
	background: rgb(1, 255, 179);
	margin: 60px auto;
	width: 900px;
	
	
}

	.header{
		background-size: cover;
		background: #838283;
		height: 200px;
		width: 100%;
		font-size: 15px;
		background-repeat: no-repeat;
		margin-block: -25px;
		text-align: center;
		background-image: url(header.png);
		background-size: 900px 200px;
;

	}

	.navigation{
		background: #ff00002a;
		width: 100%;
		height: 30px;
		background-size: 379px 19px;
		word-spacing: 100px;
		letter-spacing: 3px;
		font-size: 25px;
		text-decoration: none;

	}
	.content{
		background: #f5dbdb;
		margin-block: -25px;
		width: 100%;


	}
		.text  {
			border: 4px double black;
			padding: 11px;
			margin: 20px;
		}
			.z	{
				text-align: center;
    			font-size: 28px;
			}
			.p	{
				text-align: center;
			}
			.t {
				text-align: justify;
    			font-size: 18px;
			}