
@font-face {
         font-family:Hind-Medium;
        src: url(../fonts/Hind-Medium.ttf);
}

body {
	background:#fff;
	color:#000;
	font-family: 'Hind-Medium'!important;
	overflow:hidden;
}
h1 {
    font-size: 3em;
    font-weight: 900;
    letter-spacing: 7px;
	margin: 0;
}
.wrapper {
	display:flex;
	width:100%;
	height:100svh;
	justify-content:center;
	
}
.container {
	
	min-width:250px;
	font-size:34px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.linia {
	width:60px;
	border:1px solid black;
	margin:60px 0;
}

@media only screen and (max-width: 600px) {
  body {
    
  }
}