::selection {
background: #c0c679;
color:white;
}
 
::-moz-selection {
background: #c0c679;
color:white;
}

* {
   scrollbar-width: none;
  }
 
::-webkit-scrollbar { display: none; }  

* {cursor: url('https://cur.cursors-4u.net/nature/nat-10/nat967.cur'), auto !important;}
 
* {a:hover url('https://cur.cursors-4u.net/nature/nat-10/nat967.cur'), pointer !important;}
 
@font-face {
font-family: Beckett;
src: url('/tfont/Beckett.ttf');
}

body{
  background-image: url("/photos/nature.gif");
  color: #000;
  font-family: ms pgothic;
  font-size: 12px;
}   
 
 a:link {
  color: #1c2906;
  background-color: transparent;
  text-decoration: none;
}
 
a:visited {
  color: #c0c679;
  background-color: transparent;
  text-decoration: none;
}
 
a:hover {
  color: #fff;
  text-shadow: #74647f 0 0 10px;
  text-decoration: underline;
}  
 
 hr {
  border-top: 1px solid #c0c679;
  border-bottom: none;
}

.titles {
  font-family: Beckett;
  font-size: 48px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 1px;
  padding: 1px;
  border-radius: 10px;
}

.container{
  width: 400px;
  height: 1100px;
  background-color: black;
  color: #c0c679;
  padding: 10px;
  position: static;
  margin: -10px auto;
  overflow: auto;
}

.collapsible {
  background-color: #000;
  color: #c0c679;
  cursor: pointer;
  padding: 3px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

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

.collapsible:after {
  content: '\';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\";
}

.content {
  padding: 0 18px;
  font-size:12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #000;
}

#butterfly {
	content: url('/photos/sbutterfly.gif');
  margin-top:10px;
  margin-left: 10px;
  position: absolute;
}