.jelolt {
	margin:20px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	width:300px;
	text-align:center;

	/*background: #252530;*/
	background: linear-gradient(0deg, #252530 0%, #303042 100%);
	border-radius: 6px;
	box-shadow: 0px 0px 20px rgb(0,0,0,20%);
    height: fit-content;
}

.leiras {
    margin-top: 6px;
}

.vote {
	font-size:25px;
	padding:5px;
	width:100%;
	margin-top:5px;
	margin-bottom:0px;
    border: 4px solid #653540;
    border-radius: 6px;
    cursor: pointer;
}
.vote:hover {
    background: #653540;
}
.vote-text {
    margin-top: 5px;
    font-size: 20px;
}
.vote-count {
    font-size: 23px;
    color:red;
    font-weight: bold;
}
