body {
    background-color: #faf7f4;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;   
}
.bot {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: black;
    bottom: 0;
    z-index: 1;
}
.bot p {
    color: white;
    text-align: center;

}

.bot a {
    text-align: center;
    text-decoration: none;
    color: white;
    position: absolute;
    margin-left: 35%;
    width: 30%;
    bottom: 10px;
    font-size: 25px;
    font-weight: bold;
}
.bot a:hover, a:active {
    color: blue;
}
.bot button {
    padding: 5px 10px;

}


#fwr{
    float: right;
    margin-right: 10%;
    margin-top: 10px;
}

#back{
    float: left;
    margin-top: 10px;
    margin-left: 10%;
    
}

i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.br {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.bl {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


.nav2 {
    background-color: #faf7f4;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
    

}


div.panel {
    padding-left: 15px;
    color: white;
    background-color: #faf7f4;
    display: none;
    width: 100%;
}

.panel a {
    text-decoration: none;
    color: blue; 
    float: left;
	width: 100%;

}

button.accordion {
    margin-left: 15px;
    background-color: #faf7f4;
    color: black;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;

}
#ya2 {
      
	  font-size: 25px;
        display: block;
    color: blue;
}


.bab {
    margin-left: 25px;
    font-size: 25px;
}