
.container
{
  height: 70vh;
  border: solid;
  background-image: url("https://image.freepik.com/free-photo/wooden-background_88281-3993.jpg");
  background-position: 40% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner
{
  margin: 10vh;
  height: 45vh;
  background-image: url("https://image.freepik.com/free-photo/white-old-forest-wood-texture-background_23-2148402390.jpg");
  background-position: 40% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px;
  border-radius: 15px;
}

.subbanner
{
  height: 20vh;
  text-align: center;
  padding: 5px;
}

.subbanner2
{
  height: 10vh;
  text-align: center;
}

.subbanner3
{
  height: 15vh;
  text-align: center;

.places
{
  padding: 0px;
  list-style: none;
}