#single_page {
	max-width: var(--content-width);
	margin-inline: auto;
	padding-inline: 1em;
	margin-top: 5em;
	.content {
		max-width: 874px;
		margin-inline: auto;
		margin-top: 5em;
		margin-bottom: 5em;
		line-height: 1.8em;
	}
	.link {
		display: flex;
		justify-content: center;
		margin-top: 3em;
		margin-bottom: 0;
		a {
			text-align: center;
			background-color: var(--accent-color);
			color: #fff;
			display: flex;
			gap: 2em;
			text-decoration: none;
			align-items: center;
			justify-content: center;
			padding: 1em 1.5em;
			line-height: 1em;
			border-radius: 9999px;
			&::after {
				content: '';
				background-image: url("../images/front-page/arrow.svg");
				background-repeat: no-repeat;
				background-size: contain;
				background-position: center;
				width: 1em;
				height: 1em;
			}
		}
	}
	.voices_username {
		font-weight: bold;
		color: var(--main-color);
	}
}