body {
    background-color: #061941;
line-height: 150%;
}

* {

    font-family: sans-serif;
    color: #a4bfd4;
    

}

hr {
    color: #a9bba9;
    width: 80%;
    background-color: #708ebb;

}

h1 {

    color: #439489;
    font-family: 'Franklin Gothic Medium';
    text-decoration: overline #2327ff;
    font-variant: unset;
    text-transform: capitalize;
    letter-spacing: 5px;
    font-size: 50px;
    font-variant: small-caps;
text-align: center;

}

h2 {
    color: #dda1a1;
    font-family:sans serif;
    text-decoration: overline #465646;
    font-size: 30px;
    letter-spacing: 1px;
    font-variant: small-caps;
    
    
}




strong {
    color: #af796b;
}


em {
    color: #639a9e;
}



main {
    width: 80%;
    margin: auto;
    line-height: 25pt;

}


p {
    font-size: 14pt;
    line-height: 18pt;
    color: rgb(100, 167, 194)
}




footer {
    text-align: let;
  width: 70%;
    margin: auto;
    
    
    
}



header {

    text-align: center;
    font-size: 19px;
    line-height: 30px;
    margin: auto;
    width: 80%;
}

img {
    height: 38%;
    width: 15%;
}
