body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: monospace;
}

.nav {
	width: auto;
	background-color: black;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

ol {
	margin-left:  -225px;
}

a {
	color: #F8F8FF;
	text-decoration: none;
	font-size: 18px;
}

a:hover {
	color: white;
	font-size: 20px;
}

li {
	display: inline;
	padding: 5px;	
}

.header{
	width: auto;
	padding: 8px;
	background-color: #F8F8FF;
	align-items: center;
	border-bottom: 1px solid black;
}

.search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#comeback {
	color: blue;
}

#comeback:hover {
	color: blue;
	text-decoration: underline;
}

form {
	margin-top: 10px; 
}

#icons {
	width: 10px;
	height: 10px;
}

img {
	width:  50px;
	height: 50px;
}

.choise {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 15px;
	flex-wrap: wrap;
	gap: 10px;
}
.item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	border: 3px solid black;
	border-radius: 10px;
}

.item:hover {
	border-color: gray;
}

.content {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.footer {
	width: auto;
	background-color: black;
	color: white;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 15px;
	flex: 1;
}