*{margin:0;padding:0;}
[v-cloak]{ display: none; }
html{
	background-color: #726cf8;
	background: linear-gradient(193deg, #726cf8, #e73c7e, #23a6d5, #23d5ab);
    background-size: 800% 800%;
	animation: bgmove 24s ease infinite;
	
	color:white;
	
	min-height:100vh;
	/*
	tento je tiez sexy
	background-color: #726cf8;
	background-image: linear-gradient(315deg, #726cf8 0%, #e975a8 74%);
	*/			
}
html, input, select{
	font-family: 'Open Sans', sans-serif;
	font-size:14pt;
	font-weight:300;
}
@keyframes bgmove {
    0%{background-position:71% 0%}
    50%{background-position:30% 100%}
    100%{background-position:71% 0%}
}
h1{
	font-family: 'Lato', sans-serif;
	font-size:1.57rem;
	font-weight:400; 
	margin-top:1em;
	transform:translateY(0.15em);
}
.main{
	box-sizing:border-box; 
	text-align:center;
	min-height:100vh;
	padding:1em;
	display:flex;
	align-items:center;
	justify-content:center;
}
.main img{
	width:6em;
	max-width:100%;
}