.crypto2328-flex-column
{
	font-family: 'Roboto', sans-serif;
	background-color: #f4f4f4;
	margin: 0;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 900px;
}

.crypto2328-payment-form
{
	background-color: #ffffff;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 550px;
	height: 780px;
	font-size: 14px;
}

.crypto2328-form-information p
{
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 0px;
	color: black;
}

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

.crypto2328-form-element
{
	width: 100%;
	margin-bottom: 20px;
	margin-left: 44px;
}

.crypto2328-form-element p
{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0px;
	color: #666666;
}

.crypto2328-form-element span
{
	font-size: 16px;
	font-weight: 600;
	color: black;
}

.crypto2328-form-element div
{
	width: 80px;
	height: 50px;
}

.crypto2328-form-address
{
	margin-bottom: 40px;
	margin-left: 44px;
}

.crypto2328-form-address p
{
	font-size: 14px;
	font-weight: 300;
	color: #666666;
	margin-bottom: -2px;
}

.crypto2328-form-address span
{
	font-size: 16px;
	font-weight: 600;
	color: black;
}

.crypto2328-form-qr
{
	width: 185px;
	height: 185px;
	border-radius: 25px;
	margin: auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.crypto2328-form-qr-image
{
	width: 185px;
	height: 185px;
}

.crypto2328-form-button button
{
	width: 444px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 25px;
	padding: 10px 0;
	background-color: #0a0a0a;
	color: white;
	border: none;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
}

.crypto2328-form-button button:hover
{
	background-color: #282828;
}

#timerDisplayUnix
{
	display: none;
}