@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
	background-color: #EEEEEE
}

body {
	font-family: Open Sans, Arial;
  margin: 2em auto;
  max-width: 800px;
  line-height: 1.6;
  font-size: 18px;
  color: #555;
  padding: 1em;
  text-align: justify;
}

h1, h2, h3 {
  line-height: 1.2
}

ul li img {
	height: 1em;
}

a {
    color: #07a
}

a:visited {
    color: #941352
}

.profile-container {
  text-align: center;
}

.profile {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto;
}

.content-container {
  text-align: center;
}

.ico {
  width: 20px;
  height: 20px;
}

.links {
  list-style-type: none;
  padding: 10px;
}

.line {
  height:0px;
  width:1px;
  border-bottom:1px solid #000;

  -webkit-animation: increase 1s;
  -moz-animation:    increase 1s;
  -o-animation:      increase 1s;
  animation:         increase 1s;
  animation-fill-mode: forwards;
}

@keyframes increase {
    100% {
        width: 100%;
    }
}
