a {
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}


body {
	background-color:#985EB2;
	color:white;
	font-family: 'Raleway', sans-serif;
	margin:0;
	padding:0;
}

h1 {
	font-size:60;
	display:inline;
}

img {
	height:650px;
	width:auto;
	position:relative;
	left:200px;
	margin-top:-100px;
}

div {
	position: relative;
	left:600px;
	top:500px;
	width:40%;
}

@media screen and (max-width: 1000px) {
	img {
		height:500px;
		width:auto;
		left:0;
	}

	div {
		position: relative;
		left:350px;
		top:500px;
	}
}

@media screen and (max-width: 700px) {
	img {
		height:500px;
		width:auto;
		position:relative;
		left:50px;
		top:140px;
	}

	div {
		position: relative;
		left:40px;
		top:40px;
		width:70%;
	}
}


