@font-face {
    font-family: Garamondt;
    src: url(https://bodypoetic.neocities.org/Garamondt/garamondt-regular-webfont.woff);
}

@font-face {
    font-family: Garamondt;
    src: url(https://bodypoetic.neocities.org/Garamondt/garamondt-italic-webfont.woff);
    font-style: italic;
}

body {
    background-image: url(https://bodypoetic.neocities.org/blog/stars_monochrome.gif);
    background-color: black;
    color: white;
    font-family: Garamondt;
}

#shade {
  display: none;
}

.subscription-form {
    font-family: Garamondt;
    background-color: black;
    border: double white;
    color: white;
}

.subscription-form form {
    border: yellow dotted 2px;
    color: white;
    background-color: black;
}

.subscription-form h1 {
    font-family: Garamondt;
    color: white;
}

a {
  color: yellow;
  text-decoration: underline dotted;
}
