a {
    transition: unset;
}

a:hover {
    color: unset;
}

.showme-content {
	background-color: #000;
	height: 100vh;
	/*height: calc(var(--vh, 1vh) * 100);*/
	
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	flex-direction: column;
	transition: background-color .3s ease-in-out;
}

.showme-title-name {
	margin: 20px 0;
}

.title-name {
    font-size: 22px;
}

.title-name::after {
	content: "β";
	color: #CC3300;
	font-size: 10px;
	margin-left: 3px;
}

.showme-radio {
	margin: 0 0 20px 0;
	opacity: 0.5;
}

.showme-pic {
	display: block;
	max-width: 80%;
	max-height: 80%;
	margin: 0 0 20px 0;
}

.showme-comment {
	max-width: 80%;
	margin: 0 0 20px 0;
}

.showme-comment h3 {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

/* Изменение шрифта для label, следующего за radiobutton */
input[type="radio"] + label {
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    cursor: pointer; /* Улучшение UX */
}

/* Изменение шрифта при выборе (checked) */
/*input[type="radio"]:checked + label {
    font-weight: bold;
}*/
