body{
	background-color: rgba(200,240,20,0.9);

}
.link{
	position:fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 3;
	opacity: 0;
}
.bg{
	position: fixed;
	right: 5%;
	bottom: 5%;
	max-width: 80%;
	max-height: 100%;
}
.text{
	position: fixed;
	left: 0%;
	top: -0%;
}

@media screen and (min-width: 800px ){
	.text{
		max-width: 40%;
	}
}
@media screen and (max-width: 800px ){
	.bg{
		bottom: 10%;

	}
	.text{
		bottom: 5%;
		max-width: 50%;
		left: 5%;

	}
}
@media screen and (max-width: 500px ){
		.bg{
		bottom: 15%;

	}
	.text{
		bottom: 10%;
		max-width: 80%;
	}
}