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

body {
  width: 90%;
  text-align: center;
  margin: 10px auto 10px auto;
  font-family: 'Didact Gothic', sans-serif;
}

h1 {
  text-align: center;
  margin: 10px auto 10px auto;
  font-size: 90px;
  max-width: 75%;
  border-radius: 35%;
  background-color: lightgrey;
  text-shadow: 2px 2px 5px #666666;
  }

h1:hover {
  color: pink;
  text-decoration: blink;
}

#picture{
  text-align: center;
  margin: 10px auto 10px auto;
}

h2 {
  text-align: center;
  margin: 10px auto 10px auto;
  font-weight: bold;
}

p {
  text-align: left;
  margin: 10px auto 10px auto;
  color: lightgrey;
  border: 1px solid #efefef;
  max-width: 60%;
  padding: 10px;
}


li {
  text-align: center;
  margin: 10px auto 10px auto;
}

p:first-letter {
  font-size: 150%;
  font-weight: bold;
}

p:first-line {
  text-indent: 20px;
}

#resume {
  text-align: center;
  margin: 10px auto 10px auto;
  padding: 20px;
  border-radius: 20%;
}

#linkedin {
  text-align: center;
  margin: 10px auto 10px auto;
  padding: 20px;
}

a{
  cursor: pointer;
}

 a:hover {
   color: lightgreen;
 }

 a:visited {
   color: purple;
 }

header img {
  border-radius: 50%;
  border: 25px lightgrey double;
}

#linkedin img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
