* {
  /* margin: 0;
  padding: 0; */
  font-family: sans-serif;
}
body {
  color: #444;
  font-family: sans-serif;
  background-color: #f7f7f7;
  position: relative;
}
/* .image {
} */
h1,
h2 {
  color: #1098ad;
  margin-bottom: 0;
}
p {
  font-size: 20px;
  margin-top: 0;
  text-align: justify;
  line-height: 1.5;
  font-family: sans-serif;
}

.author {
  margin-top: 0;
}
.image {
  background-color: #eeeeee;
  margin-bottom: 0;
  align-items: center;
}
.image2 {
  width: auto;
  height: auto;
}
a:link {
  color: #1098ad;
  text-decoration: none;
}
a:visited {
  color: #1098ad;
}
a:hover {
  color: orangered;
  font-weight: bold;
  text-decoration: underline orangered;
}
a:active {
  background-color: black;
  font-style: italic;
}
.main-header {
  display: flex;
  align-items: center;
  background-color: #eeeeee;
  justify-content: space-between;
  padding: 0;
  margin-left: 0;
  /* flex: 0 0 500; */
}
.heading {
  color: #1098ad;
  font-size: 60px;
  align-items: center;
  margin-bottom: 0;
}

.headlink {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container {
  display: grid;
}
@media (max-width: 34em) {
  .grid {
    row-gap: 4.8rem;
  }
}
