body {
  background-color: orangered
}
h1 {
  font-family:Aril Black;
  color: whitesmoke
}

h2 {
  font-family: sans-serif;
  margin:1px;
  color:whitesmoke;
  
}

.resturant {
  float: right;
  border-color: blue;
  border-style: double;
  border-radius: 50px;
  width: 400px;
  height: 225px;
  text-align: left;
  padding: 1px
}

p {
  font-family:cursive;
  color: darkgreen

    
}

img {
  border-color: darkslateblue;
  border-style: double;
  border-radius: 100px;
  border-width: thick;
  width: 210px;
  height: 200px;
  
  
}

h4 {
  color: whitesmoke
}

h3 {
  color: mediumblue
}