#page{
	margin-right: 25%;margin-left: 25%;
	display:flex;
	display:-webkit-flex;
	display:-ms-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-image:url('../images/svg/rorschach-biker.svg');
	background-repeat:round;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#page h1{
	margin-bottom:5vh;
}

article{
	display:block;
	padding:1vh;
	background-color: rgba(255,255, 255, .3);
    text-align:justify;
}

article:hover {
	background-color:rgba(255,255,255,.7);
}

article p{
	margin-bottom:2%;
}

@media (max-width: 640px){
	
	main{
		top: 40vh;
	}

	section#page{
		width: 80%;
		margin-right: auto; margin-left: auto; 
	}

	section#page article p:nth-child(4){
		padding-bottom: 15vh;
	}
}