@media screen and (min-width: 600px) {
	.header {
		align-self: flex-start;
		position: sticky;
		top: -280px;
	}

	.header-content {
		inline-size: 188px;
	}
}
