body {
    font-family: Verdana, Geneva, sans-serif;
 //   Tahoma, Verdana, Segoe, sans-serif
//     font-size: 1vw; /* 10% от viewport */
     font-size: clamp(0.75rem, 0.25rem + 2vw, 2rem);
//    background: url('/static/img/softgrey30.png');
//    background: url(/static/img/softgrey30.png);
//    background-repeat: no-repeat; /* Не повторять */
//    background-size: cover;       /* Растянуть на весь экран */
//    background-attachment: fixed; /* Закрепить фон */
//    background-position: center;  /* Центрировать */

    
}
.s_page {
   margin: 80px 10px 10px 10px;
   padding: 10px 10px 10px 10px;
//   border: 2px solid black; /* width | style | color */ 

}

.my-x-okno {

//	border: 2px solid red;
	position: fixed;  
	top: 0;
	left: 0;
	width: 100vw; 
	height: 100vw;
	text-align:center;
	background-color: #333;
	z-index: 1000;
}