body { 
  color: #1a75ff;
  background-color: white;
  font-family: 'Lato';
}
#parent {
  padding: 5% 0;
}
#greeting {
  padding: 8% 0;
  font-size: 72px;
  text-shadow: 2px 2px grey;
  text-align: center;
}
#name {
  font-size: 36px;
  text-align: center;
}
#name a:link {
  text-decoration: none;
  color: inherit;
}
#name a:visited {
  text-decoration: none;
  color: inherit;
}
#identity {
  font-size: 20px;
  text-align: center;
}
#message {
  padding: 3% 0;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}
#links {
  padding: 3% 0;
  font-size: 20px;
  text-align: center;
}   
#links ul li {
  display: inline;
  padding: 0 50px 0 50px;
}
#links ul li a:link {
  color: #1a75ff;
  text-decoration: none;
}
#links ul li a:hover {
  color: #1a75ff;
  text-decoration: underline;
}
#textmsg {
  font-size: 18px;
  padding: 0 10% 0 10%;
}
.elist {
  margin: 0 2em 0 2em;
}
.elistitem {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  padding: 0;
}
.elisttext {
  padding: 1px 0;
  background-color: #ecf2f9;
}
a:link {
    text-decoration: none;
    color: inherit;
}
a:visited {
    text-decoration: none;
    color: inherit
}
