@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
/* CSS Document */
*{
	margin: 0;

	
}
body::-webkit-scrollbar {
  width: 0px;               /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
  background: orange;        /* цвет дорожки */
}
body {
  overflow-y: hidden;
}

body

{
	height: 100vh;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      transition: 0.2s;

	background-position: center;
	font-family: roboto, sans serif;
backdrop-filter: blur(5px);

}
.container {
	z-index: 1;
 	display: flex;
	height: 100%;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	background: rgba(72,72,72,0.7);
	

}

.cl1 {
	width: 100%;
	padding: 1vh;
	font-size: 1em;
	height: auto;
	color: white;
	z-index: 2;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}

img
{
	width: 5vh;

}




@media (max-width: 768px) {

	.txt
{
	font-size: 1em;
}
	

	img
{
	width: 5vh;
}
}
