@font-face {
    font-family: 'ProdaSans';
    src: url('ProdaSans-Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProdaSans';
    src: url('ProdaSans-Regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ProdaSans';
    src: url('ProdaSans-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Mono';
    src: url('PTMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
	color: inherit;
}

form {
	margin-bottom: 1.3em;
}

body {
	align-items: center;
	background-color: #191919;
	background-image: url("bg.png");
	background-repeat: xy-repeat;
	color: white;
	display: flex;
	font-family: 'ProdaSans', sans-serif;
	font-size: 4em;
	font-size: 6em;
	justify-content: center;
	margin: 0;
	text-align: left;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]:checked + label {
	background-color: #5449CC;
}

button {
	display: block;
	border-radius: 1em;
	background-color: #EE5023;
	border: none;
	color: white;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	cursor: pointer;
	outline: none;
	position: fixed;
	width: 90%;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: -0.8em;
	font-family: 'PT Mono';
	font-size: 0.5em;
}


div.confirmation {
	padding: 0.5em;
	border-radius: 24px;
	border: 3px solid #3AC348;
	background: #00544B;
	font-size: 0.5em;
	font-family: 'PT Mono';
	display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
	min-width: 15em;
}

div.confirmation img {
	width: 1em;
	float: left;
	padding: 0.5em;
}


ul {
	list-style-type: none;
	margin: 0.3em;
	overflow-y: auto;
	text-align: center;
	padding: 0;
}

li {
	font-family: 'PT Mono';
	margin-top: 0.7em;
	text-align: left;
}

li a {
	text-decoration: none;
}

li.logo {
	text-align: center;
}

li.question{
	font-family: 'ProdaSans', sans-serif;
	color: #FEB47D;
	font-weight: 600;
	line-height: 115%;
	font-size: 0.95em;
	padding-left: 0.4em;
}

li.button {
	text-align: center;
}


li.answer{
	color: #FFF;
	font-style: normal;
	font-weight: 400;
	line-height: 125.5%;
	font-size: 0.7em;
	padding: 0 0.6em 0 0.6em;
}

li.answer > label {
	display: block;
	border-radius: 24px;
	border: 3px solid #5449CC;
	background: #191919;
	padding: 0.8em;
	padding-right: 1.3em;
	font-family: 'ProdaSans';
}

li.answer div.letter {
	float: right;
	position: relative;
	left: 1em;
	top: -0.3em;
	color: #AB90FF;
	font-family: 'PT Mono';
	font-weight: 700;
}

li.selectlang {
	font-family: 'ProdaSans', sans-serif;
	color: #FEB47D;
}

.fixed-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
