/************************************************
 * Copyright (c) 2026 Arthur Kasparian          *
 * All rights reserved.                         *
 ************************************************/

html {
	height: 100%;
	
	&, body main nav {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	body main nav {
		flex-direction: column;
	}
}