h1 {text-align: center;}
h1 {
    font-family: avenir-next-world, sans-serif;
    font-style: normal;
    font-variant: thin;
    font-weight: 1;
    font-size: 45px;
    letter-spacing: 1.2px;
}

/* body settings for type and font */

body{text-align: justify}
body{
    background-color: #0a0e14}
body{
    font-family:avenir-next-world, sans-serif;
    text-align: justify;
    font-size: 17px;
    word-spacing: 1px;
    margin: auto;
    line-height: 1.54;
    color: lightgray;
    hyphens: auto;
    letter-spacing: 0.7px;
}

/* Dates */

p {text-align: left}
p {
    letter-spacing: 1.1px;
    font-size: 12px;
    font-family: avenir-next-world, sans-serif;
    font-style: normal;
    line-height: .1;
    color: lightgrey;
    margin-bottom: 27px;
    margin-top: -9px;
}

/* Body settings for Margin and width */

body {
    font-family: avenir-next-world, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 15.5px;
    max-width: 490px;
}

/* text block title */

h2 {text-align: left}
h2 {
    font-family: avenir-next-world, sans-serif;
    font-style: normal;
    font-weight: 1;
    color: ghostwhite;
    margin-top: 80px;
    margin-bottom: 20px;
    letter-spacing: 1.9px;
}

/* Link */

a {
    color: skyblue;
}

.Back   {
   font-family: avenir-next-world, sans-serif;
    border-radius: 5px;
    background-color: #00004d;
    padding: 2px;
    color: white;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
    
    
}
/* embossed */

strong{
    font-style: oblique;
    color:  skyblue;
}

/* Date Settings font type */

i {
    font-family: avenier-next-world, sans-serif;
    font-style: normal;
    color: #d3d6e2;
    font-size: 12px;
}

h2.wp_b {
    font-size: 20px;
}