

div.content {
  background-color: #151510;
  text-align: center;
  //height:100%;
  padding:0;
  margin: 0 10% 0 10%;
  font-family: Tahoma ;
  padding-bottom: 30px;
}


body {
  color:#fb0;
  font-family: helvetica;
  padding: 0;
  margin: 0;
  background: #fb0;
  background-image: repeating-linear-gradient(-135deg, transparent, transparent 35px, rgba(0,0,0,1) 35px, rgba(0,0,0,1) 70px);
}

div#tagline {
  //font-family: 'Zilla Slab Highlight', cursive;
  font-size: 2em;
  color:#000;
  background-color:#fb0;
  //width:max-content;
  
}

/* div#tagline:first-of-type{
  background-color:#fb0;
  width:max-content;
} */

a {
  color:#fb0;
}

ol {
  list-style: none;
}

p.body {
  font-size:1.5em;
  padding-left: 10%;
  padding-right: 10%;
}

img#title {
  padding-top: 50px;
  image-rendering: crisp-edges;
}

img.button:hover {
  background-color:#a70;
}