body {
  background-image: url(./background.jpg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

h1 {
  color: black;
  text-align: center;
  border-style: dotted double;
  border-radius: 10px;
  margin-top: 25px;
  margin-right: 150px;
  margin-left: 80px;
}

h2 {
  margin-left: 25px;
}

h3 {
  font: 100% serif;
  font-size: 20px;
  margin-left: 50px;
  margin-right: 40px;
  margin-bottom: 310px;
  text-align: justify;
  vertical-align: middle;
}

p {
  font: 100% serif;
  font-size: 20px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
  line-height: 220px;
}
  
h6 {
  font: 100% serif;
  font-size: 20px;
  margin-left: 50px;
  margin-right: 40px;
  text-align: justify;
}

figcaption {
  vertical-align: middle;
  text-align: center;
}

ol {
  font: 100% monospace;
  font-size: 20px;
  margin-left: 1px;
  margin-right: 40px;
  text-align: justify;
}

ul {
  font: 100% serif;
  font-size: 20px;
  margin-left: 70px;
  margin-right: 40px;
  text-align: justify;
  padding-top: 10px;
}

img src {
  margin-left: 40px;
  border: 1px dotted #ccc;
  float: left;
  width: 50px;
  margin-top: 20px;
  text-align: center;
  vertical-align: middle;
}

.gallery {
  margin-left: 40px;
  border: 1px solid #ccc;
  float: left;
  width: 350px;
  margin-top: 20px;
  text-align: center;
  vertical-align: middle;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}