body{
    background-color: #333333;
    font-family: "Courier New";
    text-align: center;
    padding: 5%;
}

.ascii-art_title {    
    white-space: pre;
    font-family: monospace;
    font-size: 3pt;
    color: #B58500
}

.ascii-art_footer {    
    white-space: pre;
    font-family: monospace;
    font-size: 1.5pt;
    color: #B58500
}

.ascii-art_separator{
    white-space:pre;
    font-family: monospace;
    font-size: small;
    color:#B58500
}

.ascii-art_logo{
    white-space:pre;
    font-family: monospace;
    font-size: 1pt;
    color:#5E6738
}

#intro{
    color: #D3BC8D
}

#location{
    white-space: pre;
    font-family: 'Courier New';
    font-weight: bold;
    font-size: 14pt;
    color: #B58500;
}

#disclaimer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-justify: inter-word;
    width: 300px;
    color: #D3BC8D
}

#item_link{
    font-family: 'Courier New';
    font-weight: bold;
    font-size: 14pt;
    color: #5E6738;
}

#item_title{
    font-family: 'Courier New';
    font-weight: bold;
    font-size: 14pt;
    color: #5E6738;
}

#item_body{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-justify: inter-word;
    width: 300px;
    color: #D3BC8D
}

#guide{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-justify: inter-word;
    width: 300px;
    color: #D3BC8D
}

#href {
    color: #5E6738;
    text-decoration: none;
}

.collapsible {
  background-color: #333333;
  color: #D3BC8D;
  cursor: pointer;
  padding: 18px;
  width: 350px;
  border: none;
  font-family: 'Courier New';
  font-size: 15px;
  text-align: center;
}

.active, .collapsible:hover {
  background-color: #333333;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #333333;
  font-size: 15px;
}

.button {
  background-color: #333333;
  border: 2px solid #B58500;
  color: #B58500;
  width: 300px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  transition-duration: 0.7s;
  cursor: pointer;
}

.button:hover {
  background-color: #B58500;
  border: 2px solid #B58500;
  color: #333333;
  width: 300px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
}