body {
  background-image: url(./walp1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  
}

h1 {
  color: black;
  text-align: center;
  border-style: solid;
   border-radius: 5px;
   margin-top: 20px;
  margin-right: 150px;
  margin-left: 80px;
}

h2 {
  margin-left: 20px;
}

h3 {
  font: 100% sans-serif;
  font-size: 20px;
  margin-left: 50px;
  margin-right: 40px;
  margin-bottom: 310px;
  text-align: justify;
  vertical-align: middle;
}
p {
  font: 100% sans-serif;
  font-size: 15px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
}
  
h6 {
  font: 100% sans-serif;
  font-size: 15px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
}

ol {
  font: 100% sans-serif;
  font-size: 15px;
  margin-left: 70px;
  margin-right: 40px;
  text-align: justify;
}

ul {
  font: 100% sans-serif;
  font-size: 15px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
}

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: 180px;
  margin-top: 20px;
}


div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 5px;
  text-align: center;
}

.table {
 border: 1px solid;
 width: 400px;
 border-collapse: collapse;
 margin-left: 150px;
}

.tabre td{
  text-align: center;
  border: 1px solid;
}

.table tr:hover{
  font-size: 25px;
}
 
.nav-link dropdown-toggle{
  color: black;
}