a,p{
  font-family: "Texturina", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  margin-left: 1em;
}
  h1,h2,h3,h4,h5{
  font-family: "Manufacturing Consent", system-ui;
  font-weight: 400;
  font-style: normal;
}
h1 { font-size: 40px; color: white;}
h2 { font-size: 28.9912px; color: white;}
h3 { font-size: 21.0122px; color: white;}
h4 { font-size: 28.991px; color: white;}
h5 { font-size: 28.991px; color: white}
p { font-size: 10px; color: white}
a { font-size: 10px; color: rgb(180, 0, 0);}

main {
    padding-left: 1em;
}
body a:link {
  color: rgb(180, 0, 0);
  text-decoration: none;
}
body a:visited {
  color: grey;
}
body a:hover {
  text-decoration: underline;
  color: white;
}
body a:active {
  color: white;
}
body {
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 0.25em;
    background-color: rgb(22, 22, 22);
}
aside a:link {
  color: rgb(180, 0, 0);
  text-decoration: none;
}
aside a:visited {
  color: grey;
}
aside a:hover {
  text-decoration: underline;
  color: white;
}
aside a:active {
  color: white;
}
footer {
    background-color: rgb(0, 0, 0);
    background-image: url(bgimg/halloween-scary-spider-svgrepo-com.svg), url(bgimg/cemetery-gravestone-graveyard-svgrepo-com.svg);
    background-size: 55px, 55px;
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
    padding: 1rem 2rem 3rem 4rem
}
footer a:link {
  color: rgb(180, 0, 0);
  text-decoration: none;
}
footer a:visited {
  color: grey;
}
footer a:hover {
  text-decoration: underline;
  color: white;
}
footer a:active {
  color: white;
}