@import url(fontawesome-all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	height: 100vh;
	font-family: "Poppins", sans-serif;
	color: #fff;
	background-color: #020202;
	/*display: flex;*/
	justify-content: center;
	line-height: 1.6;
}

img {
	/*width: 100%;
	height: %;*/
}

a {
	display: inline-block;
	text-decoration: none;
}

.image_container {
	position: relative;
}
.image2 {
	position: absolute;
	left: 0px;
}

.container {
	/*position: relative;
	text-align: center;
	padding: 0 1rem;
	
	margin: 100px 0px;
	height: 55%;
	*/
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: center;
	bottom: -100px;
	left: 0%;
	text-align: center;
}

.countdown-container h2 {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 3rem;
}

.countdown {
	display: flex;
	align-items: center;
	justify-content: center;
}
.countdown .title {
	background-color: #2c2c44;
	border-radius: 5px;
	margin-bottom: 1.3rem;
	width: 100px;
	height: 100px;
}
.countdown .title h1 {
	color: rgba(14, 242, 14, 100); /*hsl(345deg, 95%, 68%);*/
	line-height: 100px;
	font-size: 3rem;
}
.countdown .count p {
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 100); /*hsl(237deg, 18%, 59%);*/
	font-weight: 600;
}
.countdown .count:not(:last-child) {
	margin-right: 2rem;
}
.countdown .day, .hour, .minute, .second{
	color: rgba(255, 255, 255, 100)!important;
	margin-left: 10px;
}
#countdown-containerid{
	position: absolute;
	bottom: 100px;

}
@media screen and (max-width: 700px) {

	.container {
		margin: 40px 0px;
		scale: 0.75;
	
	}

}
@media screen and (max-width: 430px) {

	.container {
		margin: 40px 0px;
		scale: 0.75;
	
	}

}
@media screen and (max-width: 370px) {

	.container {
		margin: 40px 0px;
		scale: 0.55;
	
	}

}
