html {
  background: url(/assets/img/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  font-family: 'Balthazar', Helvetica,Arial,sans-serif;
}
#avatar {
  height: 128px;
  width: 128px;
  border-radius: 100%;
  border: 5px solid black;
  margin-bottom: 40px;
  margin-top: 40px;
}
h1 {
  color: black;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 2em;
  font-family: 'Balthazar';
  margin: -10px 0;
}
h3 {
  color: black;
  padding-bottom: 20px;
  font-weight: thin;
}
.content {
  text-align: center;
}
ul {
  list-style: none;
  padding: 0;
}
li {
  border-radius: 100%;
  /*border: 1px solid white;*/
  color: black;
  margin: 8px;
  display: inline-block;
  list-style: none;
  width: 30px;
  height: 30px;
}
li:hover {
  color: black;
  text-decoration: none;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
  text-decoration: none;
}
a {
  color: black;
  padding: 5px;
  text-decoration: none;
}
.description {
  display: none;
}
