:root{
  --txtwhite:#422800;
}

.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 4px 15px 0px 4px;
  text-decoration: none;
  font-size: 30px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
body{
  background-color: #E4E4DC;
}
#title{
  color:var(--txtwhite);
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  width: 800px;
  text-align: center;
  margin: auto;
  font-size: 50px;
}
#par1{
  color: var(--txtwhite);
  width: 650px;
  position: relative;
  margin: auto;
  font-size: 25px;
  text-align: center; 
}
#line1{
  background-color:black;
  height:3px;
  width:700px;
}
#line2{
  background-color:black;
  height:3px;
  width:700px;
}
.acc1{
  display: flex;
  align-items: center;
  justify-content: center;
}
#img1{
  max-width: 5%;
  float: left;
  padding-left:25%;
  padding-top: 1%;
}
.quote1{
  font-size: 35px;
  padding-left: 1%;
  float: left;
  width:40%;
  color: var(--txtwhite);
}
#db{
  font-size: 25px;
  padding-left:70%;
}
.acc2{
  display: flex;
  align-items: center;
  justify-content: center;
}
#img2{
  max-width: 5%;
  float: left;
  padding-left: 25%;
  padding-top: 1%;
}
.quote2{
  font-size: 35px;
  padding-left: 1%;
  float: left;
  width: 40%;
  color: var(--txtwhite);
}
#lf{
  font-size: 25px;
  padding-left: 70%;
}
#line3{
  background-color:black;
  height:3px;
  width:700px;
}
.acc3{
  display: flex;
  align-items: center;
  justify-content: center;
}
#img3{
  max-width: 5%;
  float: left;
  padding-left: 25%;
  padding-top: 1%;
}
.quote3{
  font-size: 35px;
  padding-left: 1%;
  float: left;
  width: 40%;
  color: var(--txtwhite);
}
#ss{
  font-size: 25px;
  padding-left: 70%;
}
#line4{
  background-color:black;
  height:3px;
  width:700px;
}
.acc4{
  display: flex;
  align-items: center;
  justify-content: center;
}
#img4{
  max-width: 5%;
  float: left;
  padding-left: 25%;
  padding-top: 1%;
}
.quote4{
  font-size: 35px;
  padding-left: 1%;
  float: left;
  width: 40%;
  color: var(--txtwhite);
}
#js{
  font-size: 25px;
  padding-left: 70%;
}
#logo{
  width: 150px;
  height:150px;
  padding-bottom:10px;
}





