
@font-face {
	font-family: 'MrGabe';
	src: url('fonts/MrGabe-Regular.otf');
}

body{
	background:#fff;
	padding:20px;
}

content {
	font-family:verdana;

}

button{
	padding:10px 15px; 
	font-size:16px;
  color:#000;
	cursor:pointer;
	margin-bottom:12px;
}

#poeme{
	white-space:pre-wrap;
	line-height:1.6;
  font-family:MrGabe;
	font-size:20px;
	margin-top:16px;
  letter-spacing: 1px;
}

  h1 {
    text-align: left;
    font-size: 1em;
    color:#888;
    margin-top: 2.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #888;
    letter-spacing: 1px;
  }
  h2 {
    margin-top: 0.3em;  
    margin-bottom: 0.3em;
    color: #444;
  }
  h3 {
    color: #ccc;
    margin-top: 0.5em;
    border-bottom: 2px solid #ccc;
  }
  ul {
    list-style: none;
    padding-left: 1em;
  }
  li {
    font-size: 14px;
    margin-bottom: 0.8em;
  }
  .author {
    font-weight: bold;
  }
  .title {
    font-style: italic;
  }
  .decade {
    margin-top: 0.5em;
    font-weight: 600;
    color: #666;
  }