@font-face {
	src:url(fonts/ostrich-sans-black.woff);
	font-family:Ostrich;
}

body {
	margin:0;
	background-color: #000;
	font-family: "IBM Plex Mono", monospace;
}

#splash {
	background-color:#000;
	color:#fff;
	width:100vw;
	height:90vh;
	display:flex;
	align-items: center;
	justify-content: center;
}

.folder, .fileicon {
	width:50px;
}

#files {
	width:100%;
	justify-content: space-evenly;
	display:flex;
}

.file {
	text-align:center;
	display: flex;
	justify-content: center;
}

.file p {
	margin:0;
	text-decoration: none;
	font-size:0.875rem;
}

.bigImg {
	object-fit: cover;
	width:50vw;
}
a {
	color:#fff;
}

#content {
	font-size:0.875rem;
}

#content ul {
	list-style: none;
	margin:0;
	padding:0;
}


#content li {
	margin-bottom:1rem;
}

footer {
	font-size:0.875rem;
	display:flex;
	padding:1rem;
	justify-content: space-between;
}

h1 {
	font-size:1rem;
}

#bigTxt {
	font-family: Ostrich;
	font-size:8rem;
	text-transform: uppercase;
	display:flex;
	width:100vw;
	justify-content: space-between;
}

#peace{
	font-size:4rem;
	text-decoration:none;
}

.peace a {
	text-decoration: none;
}

#ipow {
	width:100%;
}

#ipow h1 {
	font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: normal;
font-size:4rem;
	text-transform: uppercase;
	display:flex;
	justify-content: space-around;
}

@media screen and (max-width:600px){
	#files {
		flex-direction: column;
		gap:1rem;
	}

	#splash {
		width:90vw;
		margin:0 auto;
	}

	.bigImg {
		width:100%;
	}
}