h1 {
	text-align: center;
}
.bol {
	font-weight: bold;
}

.ital {
	font-style: italic;
	font-size: 30px;
}

.Center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.Photo {
	max-width: 500px;
	max-height: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.Shops {
	width: 75%;
}
th {
	text-align: center;
}
body {
	background-color: #BEA6A1;
	overflow-x: scroll;
	overflow-y: scroll;
}

.Shops2 {
	text-align: center;
}
.rating {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
form {
	font-size: 25px;
	text-align: Center;
	margin-left: auto;
	margin-right: auto;
}
.RN {
	font-size: 50px;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
	
}
#R1 {
	width: 150px;
	height: 150px;
	background-color: #56423E;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#BlackSquare {
	width: 150x;
	height: 150px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#btext {
	color: #6FB90E;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
}
.nav {
  overflow: hidden;
  background-color: #56423E;
  font-family: Arial;
}
.nav a {
  float: left;
  font-size: 16px;
  color: #6FB90E;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #6FB90E;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; 
  margin: 0; 
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #DC2727;
  color: white;
}
.drop-content {
  display: none;
  position: absolute;
  background-color: #56423E;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.drop-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  color: #6FB90E
}
.drop-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .drop-content {
  display: block;
}
