body {
	background-image: url("Zdjęcia/tlo3.jpg");
	font-family: "Oswald", sans-serif;
}

#menu {
	box-shadow: 0 0 8px 3px red;
	background-color: black;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 900;
	color: white;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0; 
	right: 0;
}

#nazwa-restauracji {
	margin-right: 40px;
	color: red;
	font-size: 24px;
}

ol {
	display: inline-block;
}

li {
	cursor: pointer;
	list-style-type: none;
	float: left;
	width: 70px;
	text-align: center;
	padding: 10px;
	z-index: 1;
	background-color: black;
	transition: all 0.25s ease-in-out;
}

li:hover {
	background-color: red;
	opacity: 1;
}

#sidebar img {
	width: 250px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#sidebar {
	box-shadow: 0 0 8px 3px red;
	color: white;
	margin-top: 150px;
	background-color: rgb(255, 228, 228);
	height: 740px;
	width: 100%;
	opacity: 0.9;
	position: absolute;
	left: 0;
	right: 0;
}

#top-text {
	color: red;
	font-size: 35px;
	font-weight: 900;
	text-align: center;
}

#middle-text {
	text-align: center;
	margin-top: 15px;
	color: black;
	font-size: 35px;
	font-weight: 900;
}

#bottom-text {
	margin-top: 15px;
	font-weight: 900;
	text-align: justify;
	color: black;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}

#menu-text {
	margin-left: auto;
	margin-right: auto;
	font-weight: 900;
	display: block;
	margin-top: 100px;
	background-color: red;
	padding: 10px;
	text-align: center;
	width: 150px;
	border-radius: 10px;
	margin-top: 50px;
}

a {
	text-decoration: none;
	color: white;
}

hr {
	width: 10%;
	border: 1px solid red;
}
