html,
body {
	color: rgba(22, 25, 41, 0.6);
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto;
	max-width: 1024px;
}

.nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgb(223, 23, 23);
}
.nav__links {
	display: flex;
	justify-content: center;
	margin: 0;
	list-style: none;
}

.nav__link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	min-width: 120px;
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.nav__link-item {
	padding: 10px 15px;
	position: relative;
}

.welcome {
	font-size: 58px;
	color: rgb(223, 23, 23);	text-align: center;
}

.about {
	font-size: 42px;
	color: rgb(223, 23, 23);
	text-align: center;
}

.date {
	font-size: 1.2em;
}

.current__date {
	text-align: center;
}

.date__past {
	/* font-size: 14px; */
	color: rgb(223, 23, 23);
	text-align: center;
}

.tv {
	margin-top: 30px;
	background-color: #7f8c8d;
}
