html {
    background-image: url('/images/background1.png');
     background-color: black;
   background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}
.sub{
  position: fixed;
  bottom: 0px;
  right: 150px;
  text-align: right;
}
.subimg{
  position: fixed;
  bottom: 0; 
  right: 0; 
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
}
body {
  text-align: justify;
  padding: 10px 20px 30px 20px;
  margin: 10% 50% 10% 10%;
}
.postbg {
  border-style: solid;
  border-color: #96be25;
   border-radius: 25px;
  background: rgba(255, 255, 255, 0.0);
  padding: 20px;
}
.center {
  padding: 30px 0px 0px 10px;
  margin: 0% 0% 0% 0%;
  position: relative;
  top: 50%;
  left: 100%;
  transform: rotate(30deg);
}
h1 {
  font-size: 2em;
    color: white;
    text-shadow: grey 1px 0 10px;
}
h2{
  font-size: 2em;
  color: #96be25;
}
h3 {
    color: #96be25;
    font-size: 1.5em;
    font-family: Monotype Corsiva, sans-serif ;
    text-shadow: #96be25 1px 0 10px;
}
p {
    color: white;
    margin: 10px 10px 20px 10px;
}
a {
  color: #96be25;
}
em {
    color: #96be25;
    font-family: Monotype Corsiva, sans-serif ;
    text-shadow: #96be25 1px 0 10px;
}
strong{
  color: #96be25;
  font-weight: 800;
}
.sticky {
  font-size: 3em;
  position: fixed;
  left: 0%;
  top: 50%;
  transform: rotate(90deg);
}