@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');

html, body {
	font-family: 'IBM Plex Sans',Arial,sans-serif;
	font-size: 1.0rem;
	background: #000000;
	color: #FFFFFF;
}


h1 {
	font-size: 1.8rem;
	font-weight: bold;
}

h5 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #000000;
}

.black {
	color: #000000;
}

p {
	font-size: 1.2rem;
	font-weight: bold;
}

.home {
	
}

#counter.big {
	font-size: 2000%;
	opacity: 0;
	transition: all linear 1s;
}

.g-item
{
	width: 240px;
	height: 240px;
}

.g-prew
{
	width: 200px;
	height: 200px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.video-container {
	height:45vh;
}

video { 
	width: 100%;
	height: 100%;
}



