﻿/* GLOBAL */

body	{	height:100%;
			width:100%;
			background:transparent;		
			}
			
div	{	background:transparent;
		}

#container	{	display:flex;
				justify-content: center;
				align-self: center;
				align-items:
				}

#kw2	{	max-width:100%;
			height:auto;
			
			}
