@import "library.css";



header {
	background: var(--gradient-sunset);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	
	.main_logo {
		width: 60vw;
	}
}