	/* Header */
	header {
		background-color: #001f3f;
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 30px;
		width: 100%;
	}

	header a {
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.2em;
	}
	header a:hover {
		text-decoration: underline;
	}
