.crypto2328-flex-column
{
	font-family: 'Roboto', sans-serif;
	background-color: #1c1c1c; /* Темный фон */
	color: #ffffff; /* Белый текст */
	margin: 0;
	padding: -20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 700px;
}

.crypto2328-payment-form
{
	background-color: black; /* Цвет формы */
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 550px;
	height: 430px;
	font-size: 14px;
}

.crypto2328-form-element
{
	margin-bottom: 20px;

}

.crypto2328-form-element p
{
	padding-bottom: 20px;
}

.crypto2328-form-element span
{
	padding-top: 20px;
	margin-top: 20px;
	color: white;
}

.crypto2328-payment-form label
{
	font-weight: 600;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 7px;
	display: block;
}

.crypto2328-payment-form p
{
	font-weight: 600;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: -20px;
}

.crypto2328-payment-form h1
{
	font-size: 36px;
	margin-right: 40px;
	margin-left: 40px;
}

.crypto2328-payment-form select
{
	width: 444px;
	margin-right: 40px;
	margin-left: 40px;
	padding: 12px;
	margin-top: 5px;
	border-radius: 10px;
	font-size: 16px;
	background-color: black; /* Цвет выпадающего списка */
	color: #ffffff; /* Белый текст в выпадающем списке */
}

.crypto2328-payment-form button
{
	width: 444px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 14px;
	padding: 10px 0;
	background-color: white; /* Цвет кнопки */
	color: black;
	font-weight: 500;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
}

.crypto2328-payment-form button:hover
{
	background-color: #282828; /* Цвет кнопки при наведении */
}