body {
  font-family: Hepta Slab;
  max-width: 800px;
  margin: auto;
  padding: 2rem;
  line-height: 1.6;
  color: #00070c; 
  background-image: url(new_background.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
h1 {
  color: #000000;
  border-bottom: 3px solid #8f0707;
  padding-bottom: 0.3rem;
}

h2 {
  color: #000000;
  border-bottom: 3px solid #8f0707;
  padding-bottom: 0.3rem;

}

a {
  color: #070e48; 
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  border-style: outset;
  border-width: thick;
  border-spacing: 5px;
  border-color: hwb(0 63% 36% / 0.929);
  padding: 5px;  
  border-radius: 10px;

}
a:hover {
  text-decoration: underline;
}
.section {
  margin-bottom: 2rem;
}
img.profile {
  width: 150px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 1rem auto;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
