img {
  height: 10%;
  width: 10%;
}
#name {
  display: inline-block;
  top: 50px;
  margin-left: 25px;
}
.s1 {
  height: 20px;
  width: 20px;
}
body {
  background-color: #eaf6f6;
  font: italic small-caps bold 16px/2 cursive;
}
hr {
  border-style: dotted none none;
  border-color: gray;
  border-width: 9px;
  width: 5%;
}
h1 {
  color: #1a0000;
}
h2 {
  text-decoration: #243763 wavy underline;
}
#git {
  display: inline-block;
  left: 15px;
}

.aTag {
  text-decoration: inherit;
}
