body {
    background: black;
}

ul {
    list-style-type: none;
    margin: 5;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover{
    background-color: #111;
}

.active {
    background-color: none;
}



h1 {
font-family: "abril-fatface",serif;
font-style: normal;
font-weight: 400;
font-size: 80px;
color: white;
text-align: center;
border-style: inset;
border-width: 7px;

}

h2 {
font-family: "abril-fatface",serif;
font-style: normal;
font-weight: 400;
font-size: 30px;
color: white;
text-align: center;

}

h3 {
font-family: "abril-fatface",serif;
font-style: normal;
font-weight: 400;
font-size: 50px;
color: white;
text-align: center;
text-decoration: underline;
text-decoration-color:
}

.headering{
	width:95%;
    margin:0 auto;
}

p.solid {border-style: solid;} 

p {
color: white;
font-style: italic;
font-weight: 400;
font-size: 20px;
text-align: center;
}

.wrap{
	border:solid white 5px;
	width:95%;
	margin:0 auto;
}

.padding{
	padding: 10px;
}


<style>
.image {
   position: relative;
}

a:visited {
    color: red;
    background-color: transparent;
    text-decoration: none;
}

