body {
	margin: 0;
	font-family: Arial, sans-serif;
}

.dialog-box {
	background-color: black;
	color: gold;
	padding: 20px;
	width: 90%;
	margin: 50px auto;
	border-radius: 10px;
}

  .background {
	background-image: url("contact.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
}

@media (max-width: 768px) {
  .background {	
	background-position: top center;
	height: auto;	
}
}