@font-face
   { 
    font-family: 'dm80'; 
    src: url('assets/fonts/DM-80-Regular.woff');
   }
@font-face
   { 
    font-family: 'dm80lite'; 
    src: url('assets/fonts/DM-80-Light.woff');
   } 
@font-face
   { 
    font-family: 'century'; 
    src: url('assets/fonts/Century.ttf');
   }

body {
  color: #ebe7dd;
  font-family: 'dm80', sans-serif;
  background-color:#99baec;
  cursor: url(https://cur.cursors-4u.net/cursors/cur-6/cur568.cur), auto;
}
header {
  font-family: 'dm80lite', sans-serif;
}
:link {
	color:#7d6baa;
	text-decoration: none;
}
a:selection {
  color: #ebe7dd;
  background-color: #99baec;
}
a:hover {
text-decoration: underline;
font-style:normal;
color:#99baec;
background-color:#ebe7dd;
font-weight:normal;
}
collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

collapsible:hover {
  background-color: #555;
}