body{
	background-color: ;
font-family: sans-serif;
}


ul {
	display: flex;
	list-style: none;
}

ul li {
	padding: 1em 2em;
	border: 1px;
	color: black;

}

ul li  {
	color: white;
	text-decoration: none;
}


.phone{
	display: flex;
	font-family: sans-serif;
	color: white;
	text-align: center;
	font-size: 50px;
	border: 2px black;
	flex-direction: column;
	justify-content: center;
}

header{
	background-image: url(https://centro.press/files/news/436/img/samye-moshchnye-telefony-v-mire-v-2020-godu.jpg);
}


li{
	font-size: 30px;
}



nav{
	height: 100px;
	display: flex;
	justify-content: flex-end;
	padding: 20 50px;
	color: white;
}

header {
	background-color: Plum;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
	grid-column: 1 / -1;
	height: 100vh;
	color: white;
	display: flex;
	flex-direction: column;
}

.phones228{
	display: grid;
	grid-template-columns: repeat(2, 100px);
	grid-gap: 40px;
	grid-template-rows: repeat(2, 300px);
}
.menu ul {
	display: flex;
	list-style: none;
}

.menu ul li a {
	padding: 1em 2em;
font-size:25px;
color:white;

}

.menu ul li a:hover {
color:orange;
transition: 0.9s;
font-size:35px;
}




}
li{
	font-size: 25px;
}
a {
	text-decoration: none;
	color: white;
}

.description{
	display: flex;
	justify-content: center;
	color: white;
	
	font-size: 30px;
	
}