#home{
	width: 103%;
	height: 100vh;
}

#home ::selection{
	background-color: #fff;
	color: #000;
}

#home h1{
	padding-top: 80px;
	font-size: 45px;
}

#home p{
	text-align: justify;
	width: 75%;
	font-size: 23px;
}

@media screen and (max-width: 930px){
	#home{
		width: 104%;
		align-content: center;
	}

	#home h1{
		padding-top: 0px;
	}
}

@media screen and (min-width: 401px) and (max-width: 930px){
	#home button{
		font-size: 14px;
		margin-bottom: 50px;
	}

	#home p{
		font-size: 16px;
	}
}

@media screen and (max-width: 400px){
	#home h1{
		font-size: 20px;
	}

	#home p{
		font-size: 14px;
		width: 95%;
	}

	#home button{
		font-size: 12px;
	}
}


@media screen and (min-width: 401px) and (max-width: 690px){
	#home h1{
		font-size: 30px;
	}

	#home p{
		width: 95%;
	}
}

@media screen and (min-width: 691px) and (max-width: 930px){
	#home h1{
		font-size: 37px;
		width: 75%;
	}

	#home p{
		width: 60%;
	}
}