body {
		margin:0;
			padding: 0;
	}


	.back {
			background-image: url("patti2.png");
			margin:0;
			padding: 0;
			background-size: cover;
			height:100%;
			overflow: hidden;
			background-repeat: no-repeat;
			background-position: center;
			position: absolute;
			width: 100%;
			color:white;
			text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);

	}

	a {
		position: absolute;
		width: 100%;
		height:100%;
		display: block; 
		color: white;
	}

		@media (max-width: 2560px){
			.screen {
				min-width: 95%;
				max-width:90%;
				margin-top: 40px;
				margin-left: 10px;
				position: absolute;
			}

		p.part1 {
			font-family: 'Cormorant Garamond', serif;
			font-size: 36.5pt;
			padding-left:5%;
	 		text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
		}

			.screen2 {
				min-width: 95%;
				max-width:90%;
				bottom:7%;
				position: absolute;
			}

		p.part2 {
			font-family: 'Cormorant Garamond', serif;
			font-size: 36.5pt;
	 		text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	 		text-align: right;
		}

		.source {
			font-family: 'Cormorant Garamond', serif;
			font-size: 18pt;
			text-align: right;
		}


		@media (max-width: 750px){

			body {
				background-size: auto 1334px;
			}


			.screen {
				margin-left:1%;
				margin-top: 5%;
				margin-right: 50px;
				max-width: 100%;
			}
			
			p.part1 {
				font-family: 'Cormorant Garamond', serif;
				font-size: 18pt;
				text-shadow: -2px 0px 5px rgba(0, 0, 0, 0.5);

			}

			p.part2 {
				font-family: 'Cormorant Garamond', serif;
				font-size: 18pt;
				text-shadow: -2px 0px 5px rgba(0, 0, 0, 0.5);
			}

			.source {
				font-family: 'Cormorant Garamond', serif;
				margin-left: 10%;
				font-size: 10pt;
			}

		}