* {
	box-sizing: border-box;
}

html, body {
	min-height: 100%;
	height: 100%;
}

body {
	background: rgb(255,251,239);
	background: linear-gradient(90deg, rgba(255,251,239,1) 0%, rgba(255,205,53,1) 100%);
    background-image: url(../img/ukraine.jpeg);
	background-repeat: no-repeat;
  	background-size: cover;
	  background-position-y: 50%;
	margin: 0;
	padding: 0;
}

header {
	position: relative;
	margin: 48px 0;
	text-align:  center;
}

header h1 {
	font-family: Futura;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #FFDD00;
}


.pay {
	max-width:  300px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.pay label {
	display: inline-block;
	width: 100%;
	margin-bottom: 4px;
	text-align: left;
	font-family: Futura;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #555C66;
}

.pay input {
	font-family: Futura;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #0057B7;
	border-radius: 4px;
	padding: 16px 24px;
}

.pay button {
	font-family: Futura;
	margin: 16px auto;
	padding: 16px 32px;

	width: 120px;
	height: 56px;
	
	background: #0057B7;
	border: none;
	border-radius: 4px;
	color: white;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	max-width:  1024px;
	margin: 0 auto;
}

.focus-areas {
	display:  none;
	grid-gap:  8px;
	grid-template-columns: minmax(auto, 25%)  minmax(auto, 25%)  minmax(auto, 25%) minmax(auto, 25%);
}

.focus-areas article {
	display: flex;
	flex-direction: row;
	align-items: center;
	grid-column: span 1;
}

.focus-areas article label {
	max-width:  200px;
	text-align:  left;
	font-family: Avenir,Avenir LT Std\ 65 Medium,Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin-left:  8px;
}

.focus-areas article img {
	width:  32px;
}
