@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Climate+Crisis&family=M+PLUS+Code+Latin:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Climate+Crisis&family=M+PLUS+Code+Latin:wght@300&family=Roboto:wght@300&display=swap');
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	height: 100px;
	background-color:black;
}

body, html{
	background-color:black;
}

.banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:black;
}


.banner .content {
	position: fixed;
	object-fit: cover;
	z-index: 1;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;

}


.banner .logo img {
	box-sizing: content-box;
	max-width: 250px;
	max-height: 250px;
	width: 100%;
	height: 100%;
	align-items: center;
	
	
}	

.banner .content h1 {
	box-sizing: content-box;
	font-family: 'Bebas Neue', cursive;
	padding: 0;
	font-size: 5.5em;
	text-transform: uppercase;
	color: #FFFFFF;
		
}	

.banner .content p {
	margin-top: 0;
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	
}

.banner .icons img {
	box-sizing: content-box;
	width: 40px;
	height: 40px;
	align-items: baseline;
}