
	
	/* wildcard styling */
	* { 
		box-sizing: border-box; 
	} 
	/*url(../../images/thc-bg-image.jpg)*/
	/* padding for whole body */
	body {
	    max-width: 700px;
		padding: 20px;
		margin: auto;
		border: solid 1;
		border-color: #cccccc;
		font-family: arial;
		background: #f6f4ec;
        /*background-size: cover;*/
        /*background-position: bottom;*/
		text-align: center;
        animation: fadein 3s 1, zoomin 3s 1;
          }
          

          
          
    .container table {
        width: 700px;
        max-width: 100%;
        max-height: 40%;
		position: fixed;
        top: 40%;
        
    
 }
    
	iframe {
	    width: 100%;
	    height: 90%;
	    border: 0;
	    border-color: #000000;

	}
         
        	/* styling body */
	.container {
        text-align: center;
		max-width: 650px; 
		margin: auto;
		display: flex;
		align-items: center;
        justify-content: center;
		height: 5%
	}
	
	.container div { 
		width: 200px;
		height: 100%;
	}
	.container2 { 
        text-align: left;
		max-width: 900px; 
		margin: auto;
		/*display: flex;*/

		height: 5%;
		
	}
	
        
    @keyframes fadein {
        0% {
            opacity: 0;
            }
        100% {
            opacity: 1;
        }
}
        @keyframes zoomin {
    0% {
        transform: scale(0.97,0.97);
    }
    100% {
        transform: scale(1,1);
    }
}
	
	button {
	    font-size: 1rem;
	    padding: 0 1.75rem;
	    border-radius: 0.75rem;
	    background: #703846;
	    color: #ba5971;
	    border: 1px solid;
	}
	
	button:hover {
	    background: #a25568;
	    color: #f5a2b7;
	    border: 2px solid;
	    box-shadow: 0 0 0 6px rgba(245, 162, 183 , .3);
	    filter: blur(0.9px);
	    transform: translate(0px, -3px);
	    cursor: pointer;
	}
	
	img {
	    /*border-radius: 1rem;*/
	    color: rgb(141, 141, 141);
	    color: rgba(141, 141, 141, 0.5);
	    border: 1px solid;
	}
	
	img:hover {
	    transform: translate(0px, -3px);
	}
	h1 { 
		text-align: center;
		filter: drop-shadow(0px 4px 0px black);
		padding: 0;
		color: #f4a400;
	}
		h2 { 
		    
		text-align: center;
		padding: 0;
		color: #ffffff;
	}
		h3 { 
		    
		text-align: center;
		padding: 0;
		color: #000000;
		filter: drop-shadow(0px 3px 0px #cccccc);
	}
	
	/* anchor tag decoration */
	a { 
		text-decoration: none; 
		color: #a56f00;
		filter: drop-shadow(0px 3px 1px #cccccc);
		text-align: center;
	} 
	
	a:hover { 
		color: #f4f100;
		transform: translate(0px, -3px);
	} 
	
	/* paragraph tga decoration */
	p { 

		text-align: left;
		font-size: 15px;
			padding: 5px;
			margin: auto;

	} 
	


	

	

	



	

