body, html{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, sans-serif;
	background: #999;
}

.wrap{
	max-width: 600px;
	margin: 0 auto;
}


.form{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-title{
	font-size: 22px;
}

.form form{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form label{
	display: flex;
	gap: 20px;
	align-items: center;
}

.form button,
.form input{
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	width: 100%;
}

.form-message{
	font-size: 24px;
	color: #900;
	text-align: center;
	margin-top: 20px;
}


.bricks{
	background: url("../img/background.jpg") repeat;
}

h1{
	font-size: 45px;
	color: #eee;
	text-shadow: -8px -2px 14px #000;
	margin: 0 0 0 2%;
}

img{
	max-width: 60%;
}

.balance{
	font-size: 26px; 
	font-weight: 600;
	margin: 0 0 0 2%;
	display: flex;
	gap: 10px;
	align-items: center;
}
.balance button{	
	font-size: 26px;
}