@font-face {
	font-family: 'Comfortaa';
	src: url('/static/font/Comfortaa.ttf');
}


template{
	display: none;
}


input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0;}


html, body{
	height: 100%;
}

html,body{
	scroll-behavior: auto;
}

*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
	font-family: Comfortaa;
	-webkit-font-smoothing: antialiased;
	display: flex;
	flex-direction: column;
	color: #ffffff;
	font-size: 16px;
	/*background: linear-gradient(180deg, #0b0b0b, #2c2c2c);*/
	background: #000000;
	position: fixed;
	width: 100vw;
	height: 100vh;
}

a{
	text-decoration: none;
	color: inherit;
}

input,textarea{
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



