/* Startpage  Css
   By Dylan Araps */
html,
body,
ul {
  margin: 0;
  padding: 0;
}

body {
  background: #353945;
  height: 100%;
  width: 100%;
}

main {
  display: block;
  font-family: 'Roboto Mono';
  /* left: 50%; */
  position: absolute;
  top: 30%;
  /* transform: translate(-50%, -50%); */
  width: 100%;
}

h1 {
  color: #99736e;
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 800px;
}

hr {
  border: 0;
  border-top: 1px solid #70838c;
  opacity: .4;
  width: 800px;
}

ul {
  display: block;
  margin: 0 auto;
  width: 800px;
}

li {
  color: #975797;
  display: inline-block;
  font-size: 1.4em;
  line-height: 1.5;
  list-style: none;
  margin: 5px;
}

a {
  color: #7c9fa6;
  text-decoration: none;
  transition: .2s;
}

a:hover {
  color: #70838c;
}
