* {
	font-family: 'Roboto', sans-serif;
}

body {
	width: 80%;
	max-width: 700px;
	margin: auto;
	padding: 20px;
	background-color: #282828;
}
.header {
	font-weight: 700;
	font-size: 3em;
	color: #FFFFFF;
	margin: auto;
	text-align: center;
}

.main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}

.entry-title {
	font-weight: 500;
	font-size: 1.5em;
	color: #FFFFFF;
	margin: auto;
	text-align: center;
}
.entry-description {
	font-weight: 400;
	font-size: 1em;
	color: #FFFFFF;
}

.portfolio-entry iframe {
	height: 400px;
}