body {
  background-image:url(image/Catalogue.png);
  height:100%;
  width:100%;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  overflow-x:hidden;
}

.title {
  text-align: center;
  scale: 1.5;

}
p {
  font-family: Quicksand, sans-serif;
  font-size:large;
}
.box {
  background-color: white;
  padding: 10px;
  width: 800px;
  color: black;
  margin-top:100px;
  position:center;
  box-shadow: 0 10px 10px black;
  text-align: center;
  -webkit-box-shadow:0px 0px 50px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.8);
}
h2 {
  font-family: Quicksand, sans-serif;
  color:black;
  -webkit-text-stroke: rgb(255, 255, 255);
  -webkit-text-stroke-width: 5px;
  font-size:25px;
  
}
.fix-stroke {
   paint-order: stroke fill;
}
 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
    font-family: Quicksand, sans-serif;
  font-size:large;
}

ul li a:hover {
  background-color: #7773ae;
} 
.catalogue {
    width:800px;
    height:400px;
    margin:10px;
    overflow-x: scroll;
    overflow-y:hidden;
    text-align:left;
    display:inline-flex;

}
figcaption {
    font-family:'Times New Roman', Times, serif;
    font-style:italic;
    font-size:small;
    width:300px;
}