<html>
<head>

<style>

<body> {
    background-: #00008B;}

body {
  background-image: url("output.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

h1 {
    font-family: Helvetica;
    color: white;
    width : 700px;
    font-size: 36px;
    margin: auto;
    text-align: center;
    background-color:  rgba(84, 84, 84, 0.75);}  

h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin: auto;
    text-align: center;
    font-size: 21px;
    width: 700px;
    background-color:  rgba(84, 84, 84, 0.75);}  
   
h3 {
    font-family: Helvetica;
    color: white;
    margin: auto;
    font-size: 20px;
    width: 700px;
    text-align: center;
    background-color:  rgba(84, 84, 84, 0.75);}  

h6 {
    font-family: Helvetica;
    color: white;
    margin: auto;
    font-size: 10px;
    width: 700px;
    text-align: center;
    background-color:  rgba(84, 84, 84, 0.75);
    display: inline;}  

p {
  font-family: Helvetica;
    color: white;
  font-size: 24px;
  width: 700px;
  margin: auto;
  text-align: center;
    background-color:  rgba(84, 84, 84, 0.75);}  

.my-text-wrap-A {
        width: 675px;
        min-height: 75px;
        word-wrap: break-word; 
    }

a:link {
  color: white; /* Sets the color for unvisited links */}

a:visited {
  color: white; /* Sets the color for visited links to be the same as unvisited */}

</style>
</head>

</body>
</html>