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);
}

a {
    text-align: center;
    text-decoration: none;
    color: blue;
    margin-left: 25%;
    width: 50%;
    display: block;
    font-size: 35px;
    margin-top: 20px;
	
}

p {
    text-align: center;
    text-decoration: none;
    color: black;
    margin-left: 25%;
    width: 50%;
    display: block;
    font-size: 20px;
    margin-top: 20px;
}

p1 {
    text-align: center;
    text-decoration: none;
    color: blue;
    margin-left: 25%;
    width: 50%;
    display: block;
    font-size: 20px;
    margin-top: 20px;
}

p2 {
    text-align: center;
    font-style: italic;
	text-decoration: none;
    color: gray;
    margin-left: 25%;
    width: 50%;
	display: block;
    font-size: 15px;
    margin-top: 20px;
}

h3 {
    text-align: center;
    text-decoration: none;
	color: black;
    margin-left: 25%;
    width: 50%;
    display: block;
    font-size: 20px;
    margin-top: 20px;
	
}

h4 {
    text-align: center;
    text-decoration: none;
	font-style: italic;
    color: grey;
    margin-left: 25%;
    width: 50%;
    display: block;
    font-size: 20px;
    margin-top: 20px;
	
}

h5 {
    text-align: center;
    text-decoration: none;
	font-style: italic;
    color: black;
    margin-left: 25%;
    width: 50%;
    display: block;
    font-size: 10px;
    margin-top: 10px;
	
}

h6 {
    text-align: center;
    text-decoration: none;
    color: blue;
    margin-left: 25%;
    width: 50%;
    display: block;
    font-size: 20px;
    margin-top: 20px;
	
}
