.espLogo{
  display: block;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: rgb(19, 140, 183);
  overflow: hidden;
  margin-left: 125px;
  max-width: 1400px
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 15px;
  text-decoration: none;
  font-size: 17px;
  margin-left: 50px;
  margin-right: 50px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: rgb(159, 46, 138);
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: rgb(53, 128, 179);
  color: white;
}


.pre-text{
  width: 750px;
  height: 125;
  border: 1.5px solid rgb(19, 140, 183);
  padding: auto;
  margin: auto;
  background-color: lightblue;
}

.table_head{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  border: 2px solid black;
  border-collapse: collapse;
  background-color: white;
}

.table{
  border: 3px solid black;
  border-collapse: collapse;
  margin: auto;
  background-color: white;
}

.th, td{
  border: 2px solid black;
  background-color: white;
  border-collapse: collapse;
}

.body{
  background-color: rgb(99, 99, 99, 0.076)
}

.catalog{
 height: 40px;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.priceList{
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.line-list{
  text-align: center;
  color: rgb(159, 46, 138);
}

.month{
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
  font-size 25px bold;
  text-align: center;
}

.sub-header{
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif
}

.click_header{
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif
}

.email-website{
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: bold;
}

.logo{
 height: 50px;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.vendorName{
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px bold;
  font-weight: bold;
  text-align: center;
}

.btn_line_list {
  padding: 10px 20px;
  background-color: rgb(19, 140, 183);
  color: white;
  text-decoration: none;
  border-radius: 15px;
  text-align: center;
  float: right;
  margin-right: 155px;

 }

.btn_line_list:hover {
  background-color: rgb(159, 46, 138);
}

.logo:hover{
 background-color: black; 
}

.btn-supplement{
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.catalogBox{
  font-weight: bold;
  text-align: center;
  color: rgb(159, 46, 138)
}

.priceListBox{
  font-weight: bold;
  text-align: center;
  color: rgb(159, 46, 138)
}

.supplementBox{
  font-weight: bold;
  text-align: center;
  color: rgb(159, 46, 138)
}
