/* Fonts */
@font-face {
	font-family: Extrude;
	src: url("fonts/Extrude.ttf");
}

/* CSS */
header {
	width: 100%;
	height: 150px;
	display: flex;
	
	justify-content: center;
	align-items:center;

	background-image: url("photos/slugcats-pixel-art.gif");
}


h1 {
	font-family: Extrude;
	font-size: 72px;
	margin: 0;
	
}

#top {
	display: flex;
	gap: 20px;
}

#bot {
	display:block;
}

#Welcome {
	width: 600px
}

#recentWriting {
	width: 200px;
}

#recentUpdates {
	
}