body
{
padding: 50px;
}
.one
{
	width: 90vw;
	height: 90vw;
	background-image: url(/images/1.jpg);
	background-size: cover;
	
	
}
.two
{
	width: 90vw;
	height: 90vw;
	background-image:url(/images/2.jpg);
	background-size: cover;
	
	;
}
.three
{
	width: 90vw;
	height: 90vw;
	background-image:url(/images/3.jpg);
	background-size: cover;
	
	;
}
.four
{
	width: 90vw;
	height: 90vw;
	background-image: url(/images/4.jpg);
	background-size: cover;
	
	}
.five
{
	width: 90vw;
	height: 90vw;
	background-image: url(/images/5.jpg);
	background-size: cover;
	
	
}
.six
{
	width: 90vw;
	height: 90vw;
	background-image: url(/images/6.jpg);
	background-size: cover;
	
}
.ots
{
	
	font-size: 20px;
			font-family:Verdana, Geneva, Tahoma, sans-serif ;
			font-style: italic;
			margin-top: 10px;
			margin-bottom: 10px;
			
}

.topbutton {

	width: 30px;
	height: 30px;
	background:none;	
	padding:10px;
	position:fixed;
	bottom:50px;
	right:50px;
	background-image: url(/images/topbuttom.png);
	background-size: cover;
	border:none;
	}
	.shapka {
		width: 100%;
		height: 50px;
		left: -10px;
		background:blue;
		position: fixed;
		top:-8px;
		background-size: cover;
		border:none;
		padding-left: 50px;
	
		
		}
	
		.nr
		{
			font-size: 15px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		h1 {
			margin-top: 1%;
			 color:red; 
			}
			a { 
				text-decoration: none; /* Отменяем подчеркивание у ссылки */
			   } 