:root {
	--pico-h1-color: #fff!important;
	--pico-h2-color: #fff!important;
	--pico-h3-color: #fff!important;
	--pico-h4-color: #fff!important;
	--pico-h5-color: #fff!important;
	--pico-h6-color: #fff!important;
}

main {
	margin-top: calc(var(--pico-block-spacing-vertical) * 2);
}

section {
	margin-top: calc(var(--pico-block-spacing-vertical) * 4);
}

header.container {
	padding-bottom: 0;
}

header.container li {
	padding-top: 0;
	padding-bottom: 0;
}

.brand {
	position: relative;
	letter-spacing: -2px;
	font-weight: 800;
	background: linear-gradient(to right, #ffffff, #01aaff);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.projects a {
	text-decoration: none;
	display: block;
}

.projects article {
	transition: transform 0.2s ease;
}

.projects article:hover,
.projects article:focus {
	transform: scale(1.05);
}

.projects article:active {
	transform: scale(1);
}
