body{
	background: url("https://fotoblik.ru/wp-content/uploads/2023/09/kosmos-77.webp");
	font-size: 20px;
}

.container{
	background: #714B86;
	margin: 30px auto;
	width: 900px;
	height: 1333;
}
.header{
	background: #AD6DAB;
	height: 300px;
	width: 900px;
}
.navigation{
	background: #bf8fba;
	height: 50px;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background: Darkpink;
	float: right;
	width: 900px;
	height: 777px;
	color: lightgreen;
	font-family: Comic Sans MS;
}
.clear{
	clear: both;
}
.footer{
	background: #664675;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 20px;
}
h1{
	text-align: center;
}
a{
	color: yellow;
	text-decoration: none;
	font-size: 20px;
}
td{
    width: 300px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    border: 2px groove yellow;
}
p{
	font-family: Comic Sans MS;
}