div.socials {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  align-items: center;
}


.container {
  margin: 0 auto;
}

body,
p,
h2,
h3,
h1 {
font-family: "miller-display", serif;
font-weight: 400;
font-style: normal;
}

header,
section {
width: 40%;
margin: 0 auto;
}
.subheading {
  text-align: center;
}

h1 {
color: black;
font-size: 3rem;
margin-bottom: 0;
font-style: normal;
}

p {
color: #44475a;
margin-top: 0.25rem;
margin-bottom: 2rem;
font-size: 1.25rem;
line-height: 1.6;
}

h2 {
color: #44475a;
font-size: 2rem;
margin-top: 0;
margin-bottom: 3rem;
font-style: italic;
}
.subheading {
  margin-bottom: 1rem;
}

h3 {
margin-bottom: 0;
font-size: 1.5rem;
}
img {
  height: 50pt;
  margin-right: 1rem;
  margin-top: 1.5rem;
}

div.images :last-child {
  margin-right: 0;
}

a {
color: #44475a;
text-decoration: double underline;
}

.socials a {
  font-size: 1.2rem;
  margin-right: 1em;
}

.dinkus {
text-align: center;
margin: 20px 0 10px 0;
}

.dinkus::before {
content: "***";
font-size: 1.5em;
}

@media (prefers-color-scheme: dark) {
  .dinkus::before {
    color: #FFF;
  }
body {
  background-color: #282a36;
}

h1,
h2,
h3 {
  color: #8be9fd;
}

p {
  color: #f8f8f2;
}

a {
  color: #ed2655;
}
}

@media (width <=80em) {

  header,
  section {
    width: 80%;
  }
