#name {
  text-shadow: 0.08rem 0.08rem 0 white, 0.16rem 0.16rem 0 black;
}

a {
  font-weight:normal;
  color: rgb(14, 165, 233);
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: rgb(14, 119, 163);
}

body {
  background-color: rgb(248, 241, 227);
  font-family: 'Crimson Text';
}

.project {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  width: 45%;
  min-width: 260px;
  max-height: 550px;
  ;
}