#image {
  background-image: url("/images/ocean.jpg");

  background-size: cover;
  background-position: center;
  width: 100%;
  height: 44rem;
  padding-top: 0.313em;
  margin-top: 0px;
}

#hero {
  box-sizing: border-box;
  position: relative;
  top: 12rem;
  align-items: center;
  box-shadow: 1px, 1px, 2px, rgb(0, 0, 0);
  background-color: rgba(118, 118, 108, 0.783);

  border: 25px;
  border-radius: 8px;
  text-align: center;
}
#hero h1 {
  color: blanchedalmond;
  font-size: 3em;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  padding-top: 20px;
}
#hero p {
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 0.9rem;
  padding-bottom: 0.5rem;
  color: rgb(255, 252, 252);
  font-size: 1.5em;
}
#hero a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(257, 247, 5);
  border-radius: 8px;
  padding: 5px;
}
#hero a:hover {
  background-color: rgba(168, 174, 10, 0.877);
  color: black;
}
.place img {
  height: 15rem;
  width: 100%;
  box-shadow: 2px 4px 8px rgb(67, 68, 67);
  border-radius: 10px;
  object-fit: cover;
}
#highlight {
  /* width: 90%; */
  margin: auto;
  margin-bottom: 0px;
  padding: 20px;
  background: linear-gradient(90deg, rgb(208, 228, 228), rgb(80, 142, 108));
  
}
#highlight h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  color: rgb(59, 65, 64);
  margin: 20px 0;
}
.place {
  margin: 0 20px;
}
.place p {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: rgb(124, 123, 123);
  margin: 20px 0;
}
strong {
  color: turquoise;
}
#highlight img{
  width: 15em;
  
}
#grid{
  display: flex;
  flex-direction: row;

}

