:root{
  --txtwhite:rgb(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; 
  text-align: center;
  font-size: 60px;
}
#par1{
  color: var(--txtwhite);
  width: 600px;
  position: relative;
  margin: auto;
  font-size: 25px;
  text-align: center; 
}
#line1{
  background-color:black;
  height:3px;
  width:1000px;
}
#nkerole{
  margin:auto;
  position:relative;
  text-align: center;
}
.container1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#img1 {
  max-width: 60%;
  max-height: 60%;
  float: left;
  padding-left:40%;
}
.ldrole{
  font-size: 20px;
  padding-right:10%;
  padding-bottom: 1%;
  float: left;
  width:3800px;
  color: var(--txtwhite);
}
#ldquestion1{
  font-size:23px;
}
#line2{
  background-color:black;
  height:3px;
  width:1000px;
}
#nrgrole{
  margin:auto;
  position:relative;
  text-align: center;
  color: var(--txtwhite);
}
#ldquestion2{
  font-size:23px;
}
.container2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pmrole{
  font-size: 20px;
  padding-bottom: 1%;
  float: left;
  width:800px;
  color: var(--txtwhite);
  padding-right:20%;
}
#img2{
  max-width: 45%;
  max-height: 45%;
  float: left;
  padding-left:45%;
}
#nke{
  color: var(--txtwhite);
  padding-top:60%;
  padding-left:40%;
}
#nrg{
  color: var(--txtwhite);
  padding-left:45%;
  padding-top: 55%;
}
#nkerole{
  color: var(--txtwhite);
}
#line3{
  background-color:black;
  height:3px;
  width:1000px;
}
#kalrole{
  margin:auto;
  position:relative;
  text-align: center;
  color: var(--txtwhite);
}
.container3{
  display: flex;
  align-items: center;
  justify-content: center;
}
#wdquestion1{
  font-size:23px;
}
#wdquestion2{
  font-size:23px;
}
#kal{
  color: var(--txtwhite);
  padding-left:25%;
}
.wdrole{
    font-size: 20px;
    padding-left: 100px;
    padding-bottom: 1%;
    float: left;
    width:800px;
    color: var(--txtwhite);
}
#img3{
  max-width: 90%;
  max-height: 90%;
  float: left;
  padding-left:25%;
}
#pmquestion1{
  font-size:23px;
}
#pmquestion2{
  font-size:23px;
}
#line4{
  background-color:black;
  height:3px;
  width:1000px;
}
#cjbrole{
  margin:auto;
  position:relative;
  text-align: center;
  color: var(--txtwhite);
}
.container4{
  display: flex;
  align-items: center;
  justify-content: center;
}
#cjb{
  color: var(--txtwhite);
  padding-left:25%;
}
.adrole{
  font-size: 20px;
  padding-left: 100px;
  padding-bottom: 1%;
  float: left;
  width:800px;
  color: var(--txtwhite);
}
#img4{
  max-width: 80%;
  max-height: 80%;
  float: left;
  padding-left:25%;
}
#adquestion1{
  font-size:23px;
}
#adquestion2{
  font-size:23px;
}
#line5{
  background-color:black;
  height:3px;
  width:1000px;
}
#lehrole{
  margin:auto;
  position:relative;
  text-align: center;
  color: var(--txtwhite);
}
.container5{
  display: flex;
  align-items: center;
  justify-content: center;
}
#leh{
  color: var(--txtwhite);
  padding-left:40%;
  padding-top: 35%;
  max-width: 30%;
}
.prole{
  font-size: 20px;
  padding-right: 30%;
  padding-bottom: 1%;
  float: left;
  width:900px;
  color: var(--txtwhite);
}
#img5{
  max-width: 40%;
  max-height: 40%;
  float: left;
  padding-left: 40%;
}
#pquestion1{
  font-size:23px;;
}
#pquestion2{
  font-size:23px;
}
#logo{
  width: 150px;
  height:150px;
  padding-bottom:10px;
}


