/*

Name:  
Author:  Andy
Version: 1.0

© Andy 2019

*/

*{
	font-family: Arial;
}

body{
	background-color: #D6D6D6;
}

a {
	color: green;
	text-decoration: none;
}

#content{
	background-color: white;
	box-shadow: 11px 10px 5px 0px rgba(0,0,0,0.75);
	
	width: 90%;
	max-width: 500px;
	height: 600px;
	display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
	
	padding: 15px;
	
}

#contenttxt {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 300px;
}

#displayIMG {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}