:root{
  --txtwhite:#422800;
}

.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align:inherit;
  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;
}
#title{
  color: var(--txtwhite);
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  text-align: center;
  font-size: 60px;
}
body{
  background-color:#E4E4DC;
}
#par1{
  color: var(--txtwhite);
  width: 70%;
  position: relative;
  margin: auto;
  font-size: 25px;
  text-align: center; 
}
#par2{
  color: var(--txtwhite);
  text-align: center;
  font-size: 20px;
  position: relative;
  width: 60%;
  margin: auto;
}
#par3{
  color: var(--txtwhite);
  text-align: center;
  font-size: 20px;
  position: relative;
  width: 600px;
  margin: auto;
}
.container2{
  color: var(--txtwhite);
  font-size: 20px;
  position: relative;
  width: auto;
  margin: auto;
}
#img1{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
#logo{
  width: 150px;
  height:150px;
  padding-bottom:10px;
}

