body{
	background-image: url('bg-1.png');
	background-color: #fdce81;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: top left;
}

.content1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.responsive {
	width: 100%;
	height: auto;
	min-width:380px;
}