@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

body {
  background-color: #f2d5cf;
  text-align: center;
  font-family: "JetBrains Mono", monospace;
}

hr {
  width: 70%;
  height: 1px;
  border: 0;
  border-top: 2px solid #000000;
  padding: 0;
}

a {
  color: #e78284;
}

p {
  word-break: auto-phrase;
}

#puppy {
  float: left;
  margin-left: 20%;
  width: 25%;
}
#puppy img{
  width: 50%;
  -webkit-filter: drop-shadow(3px 3px 0 white)
  drop-shadow(0px 0px 0 white);
  filter: drop-shadow(3px 3px 0 white);
}

#lede {
  margin-left: 20%;
  margin-right: 20%
}

#name{
  color: #85c1dc;
  text-align: center;
  font-size: xxx-large;
}

#nav {
    display:inline;

}

.card-wrap {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 50%;
}

.subtitle {
  color: blueviolet;
}

.date-time {
  font-weight: bolder;
  font-size: 13px;
}

.blog-para {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}