html {
  height: 100%;
  
}
body{
	
	height: auto;
	min-width: 95vw;
    margin: 0;
    padding: 0;
	background-image: url('Img/B1.png');
    background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;

}

.TCon{
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top:  15px;
	margin-bottom: 15px;
	
    max-width: 800px;
	min-height: 600px;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
    padding-bottom: 0px;
	 
  
}


@media screen and (max-width: 550px){
	
	body{
		background-image: url("Img/B3.png");	
		min-width: 95vw;
   		margin: 0;
    	padding: 0;
    	background-color: #000;
		background-repeat: no-repeat;
		background-position: center top 80px;
    	background-size: contain;
		
	}
	
	
	
	
}