@charset "UTF-8";
/* CSS Document */


body{
  background-color : #ffffff;
	background-image:
		repeating-linear-gradient( 0deg,rgba(0, 135, 255, 0.8) 0px 4px,	transparent 4px 36px),
		repeating-linear-gradient( 90deg,rgba(0, 135, 255, 0.8) 0px 4px,	transparent 4px 36px);
	
	font-family: Arial, Helvetica, 'sans-serif';
	
}

.title{width: 100vw;}

.counter{margin-right: auto;
  margin-left: auto;}


.bunners1{text-align: center;}
.bunners2{text-align: center;}

.h1{text-shadow: 1px 1px 0 white, -1px -1px 0 white,
              -1px 1px 0 white, 1px -1px 0 white,
              0px 1px 0 white,  0-1px 0 white,
              -1px 0 0 white, 1px 0 0 white;}
.h1{color: red;}
.h1{text-align: center;}

.h3{color: black}
.h3{text-shadow: 1px 1px 0 white, -1px -1px 0 white,
              -1px 1px 0 white, 1px -1px 0 white,
              0px 1px 0 white,  0-1px 0 white,
              -1px 0 0 white, 1px 0 0 white;}
.h3{text-align: center;}