body {
  background-color: black;
  color: rgb(176,133,72);
  font-family: helvetica;
}

style,
a:link {
  color: rgb(145, 101, 41);
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: rgb(145, 101, 41);
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: rgb(145, 101, 41);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(145, 101, 41);
  background-color: transparent;
  text-decoration: underline;
}


h1 {
    letter-spacing: 0em;
    word-spacing: 0.2em;
    line-height: 1.5;
    text-align: center;
}

h1 {
    background-color: transparent;
    margin: 1px;
    padding-top: 30px;
}
    
h2 {
    letter-spacing: 0.05em;
    word-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

h2 {
    background-color: transparent;
    margin: 1px;
    padding-bottom: 100px;
}
h3 {
  background-color: transparent;
    margin: 1px;
    padding-top: 100px;
}
  
h3 {
    letter-spacing: 0.01em;
    word-spacing: 0.01em;
    line-height: 1.5;
    text-align: center;
}

h4 {
    letter-spacing: 0.01em;
    word-spacing: 0.01em;
    line-height: 1.5;
    text-align: center;
}

h5{
    letter-spacing: 0.01em;
    word-spacing: 0.2em;
    line-height: 1.5;
    text-align: center;
}
h5 {
  background-color: transparent;
    margin: 1px;
    padding-top: 100px;
}

h6{
    letter-spacing: 0.01em;
    word-spacing: 0.2em;
    line-height: 1.5;
    text-align: center;
}

p {
    letter-spacing: 0.01em;
    word-spacing: 0.01em;
    line-height: 1;
    text-align: center;
}

p2 {
    letter-spacing: 0.01em;
    word-spacing: 0.01em;
    line-height: 4;
    text-align: center;
}

