@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

		body { background-color: #fff; }

		.container { 
			width: auto; 
			margin: 0 auto; 
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			box-sizing: border-box;
		}

		.tempimage { width: 80vh; margin-bottom: 20px }

		p { 
			text-align: center;
			font-family: 'Raleway', sans-serif;
			margin-bottom: 20px;
		 }

		 p a { text-decoration: none; font-weight: 600;  }

		 .mobileshow { display: none }

		 @media screen and (max-width: 800px) { 


		.container { 
			width: 100%; 
			padding: 10%;
			margin: 0 auto; 
			position: relative;
			top: 0px;
			left: 0px;
			transform: none;

		}

		 	.tempimage { width: 95%; margin-bottom: 20px }

		 	.mobileshow { display: inline-block }

		  }