/* CSS reset start  */
body {
	min-height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 0px;
	margin: 0px;
	cursor: default;
	background-color: #16172c;
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
}


html {
	scroll-behavior: smooth;
}

a,
a:active,
a:link,
a:link:visited {
	color: white;
	text-decoration: none;
	display: contents;

}

body * {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;

}

/* CSS reset end  */

/* nyelvválasztó start */
#language{
	display: flex;
	flex-direction: row;
}
.nyelvvalaszto {

	min-width: 13%;
	border: none;
	border-radius: 25.74px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	gap: 16px;
	color: #00dbb9;
	background-color: rgba(255, 255, 255, 0);
	appearance: none;
	-webkit-appearance: none;
	padding-left: 2.2rem;

	background-repeat: no-repeat;
	background-position: .5rem 50%;
	background-size: 1.2rem 1.2rem;
}
#nyelvvalasztoArrow{
	display: flex;
	position: relative;
	top: 1px;

}
#nyelvvalasztoId:focus{
	border: none;
	outline:none;
}

.lang-hungarian {

	background-image: url("./languages/hun.webp");
}

.lang-english {
	background-image: url("./languages/eng.png");
}

/* nyelvválasztó end */