/* Article:  https://superdevresources.com/full-background-image-css/ */
body {

}

.content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin: 10px auto;
  background: rgba(22,22,22, 0.5);
  width: 100%;
/* Original: max-width: 960px; */
  max-width: 85%;
  border-radius: 5px;
  padding-bottom: 32px;
}


h1.udhr, h1.udhr a.udhr {
  min-height: 120px;
  width: 90%;
  max-width: 700px;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  padding-top: 80px;
}

p.udhr {
  width: 90%;
  max-width: 700px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 32px;
}

ol.udhr {
  width: 90%;
  max-width: 700px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 32px;
}

h1.udhr:hover {color: black; background: white;}
h2.udhr:hover {color: black; background: white;}
h3.udhr:hover {color: black; background: white;}
h4.udhr:hover {color: black; background: white;}
ol.udhr:hover {color: black; background: white;}
p.udhr:hover {color: black; background: white;}
a.udhr:hover {color: black; background: white;} //#FFCC99
td.udhr:hover {color: black; background: white;}
th.udhr:hover {color: black; background: white;}
caption.udhr:hover {color: black; background: white;}