body {
	background-color: black;
}
h1,h2,h3 {
	color: #ebe998;
	text-align: center;
	font-family: Arial,Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 30px;
}
p {
	color: #ebebeb;
	font-size: 17px;
	text-align: justify;
	font-family: Arial,Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.button {
  background-color: #9ac1a7; /* Green */
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
  display: inline-block;
  font-family:Arial;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
	width: 100%;
	letter-spacing: 4px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.button:hover {
	background-color: #ceeb1c;
	border-radius: 5px;
}
.garis {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 5px 0;
}
.a, .a:before {
  transition: all .4s;
  
}

.a {
  position: relative;
  display: block;
  max-width: 100%;
  padding: 20px 20px 20px 45px;
  box-sizing: border-box;
  color: #f6fffc;
  background: #2d2d2d;
  text-decoration: none;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  font-weight: 600;
}
.a:before {
  content: "";
  position: absolute;
  left:0; bottom:0; top:0;
  width: 20px;
  background: #1a755a;
}
.a:nth-child(even):before {
  background: #666;
}
.a + .a {
  border-top: 1px dotted #ededed;
}
div .a:hover,
div .a:focus {
  opacity: 1;
  padding-left: 55px;
}
div .a:hover:before,
div .a:focus:before {
  width: 30px;
}